Add a gitconfig
git-svn-id: http://photonzero.com/dotfiles/trunk@39 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
3d98208cca
commit
b789a98c1b
1 changed files with 19 additions and 0 deletions
19
.gitconfig
Normal file
19
.gitconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
[user]
|
||||||
|
name = Barak Michener
|
||||||
|
email = me@barakmich.com
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
st = status
|
||||||
|
stat = status
|
||||||
|
ci = commit
|
||||||
|
co = checkout
|
||||||
|
w = whatchanged
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
renamelimit = 0
|
||||||
|
|
||||||
|
[color]
|
||||||
|
diff = auto
|
||||||
|
interactive = auto
|
||||||
|
status = auto
|
||||||
|
branch = auto
|
||||||
Loading…
Add table
Add a link
Reference in a new issue