Created
April 30, 2014 16:58
-
-
Save kojinkai/f0c8f2d36493e36c53ab to your computer and use it in GitHub Desktop.
My .gitconfig file
This file contains hidden or 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
[alias] | |
co = checkout | |
ci = commit | |
ca = commit -a | |
st = status | |
s = status | |
br = branch | |
ps = push | |
pl = pull | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
[user] | |
name = Lewis Nixon | |
email = [email protected] | |
[core] | |
editor = subl -w | |
[push] | |
default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment