Update git config
This commit is contained in:
parent
8f7dd4a883
commit
46ba5c7a01
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
*.lisp diff=lisp
|
||||
*.el diff=lisp
|
||||
*.org diff=org
|
||||
*.hy diff=lisp
|
||||
*.hy diff=lisp
|
||||
*.py diff=python
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
ui = auto
|
||||
[alias]
|
||||
st = status -s
|
||||
stt = !git status | head -n2 | tail -n1 && git status -s
|
||||
su = status -suno
|
||||
unadd = reset HEAD
|
||||
lschanged = diff --name-only
|
||||
|
|
Loading…
Reference in a new issue