git-merge-to is a command-line tool that simplifies the process of merging the current Git branch into a specified target branch without the need to switch branches manually.
You can install git-merge-to using Homebrew:
brew install jop-software/tap/git-merge-to- clone this repository
git clone git@github.com:jop-software/git-merge-to.git
- navigate to the project directory
cd git-merge-to - Add the
bin/directory to your PATH or move thegit-merge-toscript to a directory that is already in your PATH, e.g.,/usr/local/bin/
git merge-to <target-branch> [--push]This project is licensed under the MIT License. See the LICENSE file for details.