Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created January 16, 2010 00:49
Show Gist options
  • Save slackorama/278556 to your computer and use it in GitHub Desktop.
Save slackorama/278556 to your computer and use it in GitHub Desktop.
My .gitconfig aliases
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
lol = log --pretty=oneline --abbrev-commit --graph --decorate
unstage = reset HEAD
who = shortlog -s --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment