A tool to streamline the creation of Git branches from the develop
branch with predefined types.
To install Git Reflow, follow these simple steps:
-
Clone the repository to your local machine:
git clone <repository-url> cd git-reflow
-
Run the installation script (requires root access):
sudo ./install.sh
After installation, you can create a new branch by running:
git-reflow
Follow the prompts to select a branch type and describe your branch.
feature
: For new features.fix
: For bug fixes.hotfix
: For urgent fixes.enhancement
: For enhancements.