Created
November 24, 2012 14:35
-
-
Save larssmit/4139912 to your computer and use it in GitHub Desktop.
My .gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Lars Smit | |
email = [email protected] | |
[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