Update portzap-checkout

This commit is contained in:
0x1eef 2024-08-18 19:26:34 -03:00
parent 98b91c4d5e
commit 15510a4497

View file

@ -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 complete"