gitfluent is a simple library for working with git repositories following the Git Flow branching model. It allows to create a new feature or bug branch from the current branch, and to merge it back into the main branch after the work is done.
gitfluent requires Python >=3.8
and can be installed via:
python -m pip install gitfluent
python -m gitfluent --help