add git st alias
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
c = commit -m
|
c = commit -m
|
||||||
ca = commit -am
|
ca = commit -am
|
||||||
s = status
|
s = status
|
||||||
|
st = status -s
|
||||||
d = diff
|
d = diff
|
||||||
co = checkout
|
co = checkout
|
||||||
col = checkout -
|
col = checkout -
|
||||||
@@ -28,3 +29,5 @@
|
|||||||
name = Simon Studer
|
name = Simon Studer
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
[includeIf "gitdir:~/Projects/Krypt/"]
|
||||||
|
path = ~/Projects/Krypt/.gitconfig_include
|
||||||
|
|||||||
Reference in New Issue
Block a user