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