Skip to content

Instantly share code, notes, and snippets.

@larssmit
Created November 24, 2012 14:35
Show Gist options
  • Save larssmit/4139912 to your computer and use it in GitHub Desktop.
Save larssmit/4139912 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Lars Smit
email = larssmit@me.com
[push]
default = current
[alias]
st = status
ci = commit
br = branch
df = diff
lg = log -p
co = checkout
tree = log --graph --pretty=oneline --decorate
pom = push origin master
amend = commit --amend -C HEAD
[color]
ui = auto
diff = auto
status = auto
branch = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment