Add origin/ to git statements

This commit is contained in:
checktheroads 2019-06-18 17:30:12 -07:00
parent 782f568538
commit 127489f5b8

View file

@ -21,5 +21,5 @@ export CURRENT_BRANCH=$(detect_branch)
echo "Detected Branch: $CURRENT_BRANCH"
git_setup
git fetch
git checkout $CURRENT_BRANCH
git fetch origin
git checkout origin/$CURRENT_BRANCH