Typo
This commit is contained in:
parent
75bfeb303e
commit
5a9f68519a
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ EOF
|
|||
(echo ">>> Try local checkout" && git checkout --quiet "$1" > /dev/null 2>&1) ||
|
||||
(echo ">>> Try remote checkout" && git checkout --quiet -b "$1" origin/"$1" > /dev/null 2>&1 || echo ">>> Unkown branch!")
|
||||
esac
|
||||
}function ll {
|
||||
}
|
||||
function ll {
|
||||
if command -v exa >/dev/null ; then
|
||||
exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group "$@"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue