Browse Source

Saving changes before switching to branch dev

cdmoss 2 years ago
parent
commit
23f8a08a7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      switchtobranch.sh

+ 1 - 1
switchtobranch.sh

@@ -27,7 +27,7 @@ if [ "$answer" == "Q" ] || [ "$answer" == "q" ]; then
 fi
 echo "Switching to branch $1...";
 checkoutresult=`git checkout $1`;
-
+echo $checkoutresult
 if [ "$checkoutresult" == "Switched to branch $1" ]; then
     echo "Switched to branch $1";
 fi