git-phlow icon indicating copy to clipboard operation
git-phlow copied to clipboard

Idea: Allow support for 'maintenance' branches (git branch from x commit)

Open Sharor opened this issue 8 years ago • 4 comments

Universal Robots brought this one up, and even coded it with their 'own' git phlow setup -

Basically you need to be able to go back to a commit, and setup up a new 'master' in the form of a maintenance branch.

Ie commit HEAD~5 becomes a maintenance branch, I work on it a bit and deliver a ready branch which targets this new branch.

Sharor avatar May 09 '17 13:05 Sharor

This feature would require that phlow supported multiple integration branches if I understand this correctly? @Sharor

groenborg avatar Jun 06 '17 08:06 groenborg

Yeah basically it requires phlow to support setting a different branch as master, than master :wink:

Sharor avatar Jun 07 '17 13:06 Sharor

@Sharor Good idea! This issue is related to #45 we need to support more configurations so git phlow is not locked on one integration branch

groenborg avatar Jun 07 '17 20:06 groenborg

@Sharor the next time we meet I would like a demo of this setup that you implemented at UR

groenborg avatar Jul 04 '17 07:07 groenborg