mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Add origin/ to git statements
This commit is contained in:
parent
782f568538
commit
127489f5b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue