gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

Pure-Python implementation of git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Results 3 gitflow issues
Sort by recently updated
recently updated
newest added

Hi, you have forked my repository https://github.com/htgoebel/gitflow/. I just want to inform you that I moved this repo to https://codeberg.org/htgoebel/gitflow-python and will deleted the code in this repo. I decided...

When we create a feature branch without specifying the base, it should not say `(from None)` but the real branching point ``` user@host ~/workdir $ git flow feature start 114_split_buttons...

The bash version of gitflow does not allow hotfixes (and I'm guessing features and releases) to be finished while there are uncommitted changes. I feel that's an important safety net...