This commit is contained in:
Michael Grote 2022-06-11 14:09:36 +02:00
parent 75bfeb303e
commit 5a9f68519a

View file

@ -169,7 +169,8 @@ EOF
(echo ">>> Try local checkout" && git checkout --quiet "$1" > /dev/null 2>&1) || (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!") (echo ">>> Try remote checkout" && git checkout --quiet -b "$1" origin/"$1" > /dev/null 2>&1 || echo ">>> Unkown branch!")
esac esac
}function ll { }
function ll {
if command -v exa >/dev/null ; then if command -v exa >/dev/null ; then
exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group "$@" exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group "$@"
else else