Skip to content

Instantly share code, notes, and snippets.

@danieljohnmorris
Created January 15, 2014 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieljohnmorris/8436378 to your computer and use it in GitHub Desktop.
Save danieljohnmorris/8436378 to your computer and use it in GitHub Desktop.
git aliases
git config alias.co checkout
git config alias.com commit
git config alias.pu !"git fetch origin -v; git fetch upstream -v; git merge upstream/master"
git config alias.mrg '!git commit -m "merge"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment