We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bd5f0 commit a9c07acCopy full SHA for a9c07ac
src/test/update.sh
@@ -102,7 +102,7 @@ if git worktree list | grep -q "$BKG_INDEX"; then
102
pushd "$BKG_INDEX" || exit 1
103
git add .
104
git commit -m "$(date -u +%Y-%m-%d)"
105
- git push
+ git push --set-upstream origin index
106
popd || exit 1
107
! git worktree list | grep -q "$BKG_INDEX".bak || git worktree remove -f "$BKG_INDEX".bak &>/dev/null
108
fi
0 commit comments