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