This commit is contained in:
parent
98b91c4d5e
commit
0a912e3638
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ cd "${gitdir}"
|
||||||
"${git}" fetch origin
|
"${git}" fetch origin
|
||||||
"${git}" checkout "${branch}" ||
|
"${git}" checkout "${branch}" ||
|
||||||
"${git}" checkout -t origin/"${branch}"
|
"${git}" checkout -t origin/"${branch}"
|
||||||
printok "${branch} checked out"
|
printok "checkout ${branch}"
|
||||||
|
|
Loading…
Reference in a new issue