@ -10,6 +10,7 @@ if [ -z "$1" ] ; then
else
checkout=1
branch="$1"
echo -n "changing to branch "
echo $branch
FLAG=1
fi
@ -52,6 +53,7 @@ git pull --no-rebase > .updated
if [ $checkout -eq 1 ]; then
git checkout $branch
git pull --no-rebase
make debug
Powered by TurnKey Linux.