mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-26 17:51:48 +01:00
#1138 fix checkout
This commit is contained in:
parent
36577cbea3
commit
f30cc36500
@ -72,7 +72,7 @@ if [ ${#wantedBranch} -gt 0 ]; then
|
||||
git checkout -b ${wantedBranch} origin/${wantedBranch}
|
||||
else
|
||||
echo "# changing branch .."
|
||||
git checkout origin/${wantedBranch}
|
||||
git checkout ${wantedBranch}
|
||||
fi
|
||||
|
||||
activeBranch=$(git branch | grep \* | cut -d ' ' -f2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user