Codebase list rust-stfu8 / 7ff5c7a
dev: merge-accepted: support PENDING_LOCAL Ximin Luo 2 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 { echo >&2 "Please sync with origin/master before running this."; exit 1; }
1111
1212 git merge "${packages[@]/#/pending-}"
13 git push origin master "${packages[@]/#/:pending-}"
13 git push origin master
14 if [ "${PENDING_LOCAL}" != 1 ]; then
15 git push origin "${packages[@]/#/:pending-}"
16 fi
1417 dev/sync-pending-branches.sh