Skip to content

A tool to streamline the creation of Git branches from the develop branch with predefined types.

License

Notifications You must be signed in to change notification settings

wildlifechorus/git-reflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Git Reflow

A tool to streamline the creation of Git branches from the develop branch with predefined types.

Installation

To install Git Reflow, follow these simple steps:

  1. Clone the repository to your local machine:

    git clone <repository-url>
    cd git-reflow
    
  2. Run the installation script (requires root access):

    sudo ./install.sh

Usage

After installation, you can create a new branch by running:

git-reflow

Follow the prompts to select a branch type and describe your branch.

Supported Branch Types

  • feature: For new features.
  • fix: For bug fixes.
  • hotfix: For urgent fixes.
  • enhancement: For enhancements.

About

A tool to streamline the creation of Git branches from the develop branch with predefined types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages