Skip to content

Git Branch Updater 1.0

Latest

Choose a tag to compare

@paolojulian paolojulian released this 13 Jul 12:26
· 3 commits to main since this release

Details

Read the docs here for details

Installation

For macOS

  1. Download the binary

    curl -L -o git-branch-updater https://github.com/paolojulian/git-branch-updater/releases/download/v1.0.0/git-branch-updater-darwin-amd64
  2. Make it executable

    chmod +x git-branch-updater
  3. (Optional) Make it executable globally, if you trust me enough.

    sudo mv git-branch-updater /usr/bin/git-branch-updater
  4. Bypass "cannot be opened because the developer cannot be verified

    sudo xattr -d com.apple.quarantine /usr/local/bin/git-branch-updater

For Linux

  1. Download the binary

    curl -L -o git-branch-updater https://github.com/paolojulian/git-branch-updater/releases/download/v1.0.0/git-branch-updater-linux-amd64
  2. Make it executable

    chmod +x git-branch-updater
  3. (Optional) Make it executable globally, if you trust me enough.

    sudo mv git-branch-updater /usr/bin/git-branch-updater

For windows

  1. Download the git-branch-updater-windows-amd64.exe binary.
  2. Add the directory containing git-branch-updater-windows-amd64.exe to your PATH environment variable.
  3. Now you can run git-branch-updater from the command line.

Commands

  1. Pull and merge dependent function

     $ git-branch-updater branch-name/another-branch/another-one
  2. Just pull latest changes from remote to local

    $ git-branch-updater branch-name/another-branch/another-one --update-only