gimenete / git-scripts

My personal git scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal git scripts


Languages

Language:Shell 100.0%