forked from mirrors/thatmattlove-hyperglass
Fix invalid export syntax; re-add git fetch
This commit is contained in:
parent
17ae52f958
commit
782f568538
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ detect_branch() {
|
|||
fi
|
||||
}
|
||||
|
||||
CURRENT_BRANCH=$(detect_branch)
|
||||
export CURRENT_BRANCH=$(detect_branch)
|
||||
|
||||
echo "Detected Branch: $CURRENT_BRANCH"
|
||||
|
||||
git_setup
|
||||
git fetch
|
||||
git checkout $CURRENT_BRANCH
|
||||
export $CURRENT_BRANCH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue