X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=bfca7a2b69e472769d186d3cc85e1dd3bd62fa1c;hp=0727316c67ed45f0e066411f2f9c8ce7e2f9737b;hb=8db939c6868ceefeac0aedfbf0d8df0c7faf8841;hpb=44277d7fa6b8268f9247c3bf8a49a4b17e99687d diff --git a/all b/all index 0727316c..bfca7a2b 100755 --- a/all +++ b/all @@ -39,7 +39,7 @@ case "$cmd" in fi done ;; - checkout) + checkout|switch) remote=$1 branch=$2 if [ -z "$branch" ]; then @@ -135,7 +135,7 @@ case "$cmd" in echo " $0 pull" echo " $0 push" echo " $0 branches" - echo " $0 branch" + echo " $0 branch " echo " $0 checkout" echo " $0 compile" ;;