/git-scripts

My personal git scripts

Primary LanguageShell

If you want to use them:

  • Clone the repo
  • Make sure all the git-* commands have execution permission
  • Put the root dir in your path
  • Open a new terminal
  • Enjoy!

Example:

# Rebases current branch with the default branch
# first fetching the latest changes from the remote repo
git update

Commands related to PRs require hub to be installed