Are you looking for ways to simplify your Git operations and optimize your workflow? The git-master-plugin
is designed to make your life easier by offering new features and automating repetitive tasks. With it, you can:
- Improve efficiency when managing branches and merge conflicts;
- Automate routine tasks;
- Customize your Git operations according to your specific needs.
Whether you're a solo developer or part of a collaborative team, git-master-plugin
helps ensure a smoother, more organized and productive workflow.
Install it now and discover how this tool can take your Git experience to a whole new level!
First, clone the project in your command line:
# Clone this repository
$ git clone https://github.com/ailtonloures/git-master-plugin.git
Then run the init.sh
script to initialize the plugin configuration:
# Go into the repository
$ cd git-master-plugin
# Turn file into executable
$ chmod +x init.sh
# Run the `init.sh` script
$ ./init.sh
Open a project of yours that is being versioned with git
and in your terminal run the command git master
.
# Run the git master command
$ git master
- Choose a branch to merge with the current branch;
- You can select a new branch after the merge process of the previously selected branch.
- Confirm that git should push;
- Confirm that git should create a new tag;
- Confirm that git should remove the local branches;
- Finally, the process will end automatically;
Contributions are always welcome, consider opening an issue first and discuss with the community before opening a pull request.
Check out the CONTRIBUTING.md.