Skip to content

Instantly share code, notes, and snippets.

@jrf0110
Created August 28, 2012 00:28
Show Gist options
  • Save jrf0110/3493796 to your computer and use it in GitHub Desktop.
Save jrf0110/3493796 to your computer and use it in GitHub Desktop.
Git aliases
[alias]
po = pull origin
co = checkout
ci = commit
rb = rebase
swip = stash save "WIP"
wip = commit -a -m "WIP"
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(magenta)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment