Skip to content

This script simplifies the process of creating new branches in Git by ensuring they follow a standardized naming convention. It helps maintain consistency and organization in your repository, making it easier to manage and collaborate on projects.

Notifications You must be signed in to change notification settings

yanpenalva/gitflow-create-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Gitflow Create Branch

This script simplifies the process of creating new branches in Git by ensuring they follow a standardized naming convention. It helps maintain consistency and organization in your repository, making it easier to manage and collaborate on projects.

Features

  • Standardized Naming: Automatically applies a predefined naming convention to new branches.
  • Ease of Use: Streamlines branch creation with simple commands.
  • Consistency: Ensures all branches adhere to a consistent format, improving project organization.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/gitflow-create-branch.git
  2. Navigate to the project directory:

    cd gitflow-create-branch
  3. Make the script executable:

    chmod +x create-branch.sh

Usage

  1. Run the script and follow the prompts to name your new branch:

    ./create-branch.sh
  2. The script will create a new branch with the standardized naming convention, such as `feature/branch-name` or `bugfix/branch-name`.

License

This project is open-source software licensed under the MIT license.

About

This script simplifies the process of creating new branches in Git by ensuring they follow a standardized naming convention. It helps maintain consistency and organization in your repository, making it easier to manage and collaborate on projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages