Added git config
getting tired of having to manage aliases and such seperately
This commit is contained in:
parent
629f168965
commit
e9b772c8c1
1 changed files with 11 additions and 0 deletions
11
gitconfig
Normal file
11
gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
name = Tom Willemsen
|
||||
email = tom.willemsen@archlinux.us
|
||||
[core]
|
||||
editor = emacs
|
||||
[color]
|
||||
ui = auto
|
||||
[alias]
|
||||
st = status -s
|
||||
unadd = reset HEAD
|
||||
lschanged = diff --name-only
|
Loading…
Reference in a new issue