Skip to content

Simple git utility that allows you to merge your current branch into another

License

Notifications You must be signed in to change notification settings

jop-software/git-merge-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-merge-to

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.

Installation

Homebrew (macOS/Linux)

You can install git-merge-to using Homebrew:

brew install jop-software/tap/git-merge-to

Manual

  1. clone this repository
    git clone git@github.com:jop-software/git-merge-to.git
  2. navigate to the project directory
    cd git-merge-to
  3. Add the bin/ directory to your PATH or move the git-merge-to script to a directory that is already in your PATH, e.g., /usr/local/bin/

Usage

git merge-to <target-branch> [--push]

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Simple git utility that allows you to merge your current branch into another

Resources

License

Stars

Watchers

Forks

Languages