Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.37 KB

File metadata and controls

49 lines (31 loc) · 1.37 KB

assets/logo_200w.png

Python compat PyPi GHA Status Coverage Documentation Status

gitfluent

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.

Features

Installation

gitfluent requires Python >=3.8 and can be installed via:

python -m pip install gitfluent

Usage

python -m gitfluent --help