Use a shorter git status
This commit is contained in:
parent
f55b955d5c
commit
47a04ad6f2
|
@ -4,7 +4,7 @@ g() {
|
|||
if [[ $# > 0 ]]; then
|
||||
git $@
|
||||
else
|
||||
git status
|
||||
git status --short --branch
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue