Skip to content

Commit a9c07ac

Browse files
committed
set upstream
1 parent 33bd5f0 commit a9c07ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if git worktree list | grep -q "$BKG_INDEX"; then
102102
pushd "$BKG_INDEX" || exit 1
103103
git add .
104104
git commit -m "$(date -u +%Y-%m-%d)"
105-
git push
105+
git push --set-upstream origin index
106106
popd || exit 1
107107
! git worktree list | grep -q "$BKG_INDEX".bak || git worktree remove -f "$BKG_INDEX".bak &>/dev/null
108108
fi

0 commit comments

Comments
 (0)