Have git st alias use -sb flags for status

git st = git status -sb
main
Buddy Sandidge 12 years ago
parent 426e4c1282
commit 6ed2808e64

@ -15,7 +15,7 @@
ci = commit
co = checkout
df = diff
st = status
st = status -sb
p = !git fetch --all && git fetch --tags && git pull && git submodule update
sup = submodule update
com = checkout master

Loading…
Cancel
Save