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.
- 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.
-
Clone the repository:
git clone https://github.com/yourusername/gitflow-create-branch.git
-
Navigate to the project directory:
cd gitflow-create-branch
-
Make the script executable:
chmod +x create-branch.sh
-
Run the script and follow the prompts to name your new branch:
./create-branch.sh
-
The script will create a new branch with the standardized naming convention, such as `feature/branch-name` or `bugfix/branch-name`.
This project is open-source software licensed under the MIT license.