We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e133849 commit e7af470Copy full SHA for e7af470
1 file changed
Scripts/setup_workflow_repo
@@ -12,7 +12,7 @@
12
13
# shellcheck disable=SC2066
14
for branch in\
15
- "${(f)"$(git for-each-ref refs/remotes/origin --format='%(if)%(symref)%(then)%(else)%(refname:strip=-1)%(end)')":#}";\
+ "${(f)"$(git for-each-ref refs/remotes/origin --format='%(if)%(symref)%(then)%(else)%(refname:strip=-1)%(end)')":#}"
16
do
17
git branch --track "${branch}" "origin/${branch}" >/dev/null 2>&1 || true
18
done
0 commit comments