git: add st alias for status
This commit is contained in:
parent
4bdd50b6f1
commit
fdd75756c9
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
pl = pull
|
pl = pull
|
||||||
ps = push
|
ps = push
|
||||||
s = status
|
s = status
|
||||||
|
st = status
|
||||||
a = add
|
a = add
|
||||||
c = commit
|
c = commit
|
||||||
ca = commit -a
|
ca = commit -a
|
||||||
|
|
Loading…
Add table
Reference in a new issue