Skip to content

Instantly share code, notes, and snippets.

@kkiernan
Created October 5, 2017 16:26
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 kkiernan/1b16e36fe9cfbfbd18a7ec723598dc31 to your computer and use it in GitHub Desktop.
Save kkiernan/1b16e36fe9cfbfbd18a7ec723598dc31 to your computer and use it in GitHub Desktop.
Git Aliases
[alias]
co = checkout
br = branch
ci = commit
st = status
plom = pull origin master
phom = push origin master
plo = pull origin
pho = push origin
ru = remote update
sum = log --summary
[user]
name = John Smith
email = jsmith@example.com
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment