Skip to content

Instantly share code, notes, and snippets.

@robballou
Created October 25, 2012 20:15
Show Gist options
  • Save robballou/3955133 to your computer and use it in GitHub Desktop.
Save robballou/3955133 to your computer and use it in GitHub Desktop.
.gitconfig aliases
[alias]
d = diff
st = status -sb
co = checkout
ci = commit
br = branch
ps = !"git pull && git st"
l = log --name-status --abbrev-commit
ls = git log --name-status --abbrev-commit --pretty="%n%Cgreen%h%Creset | %cd | %Cblue%an%Creset"
p = push
pl = pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment