Skip to content

Commit acafaa0

Browse files
committed
Update sync script
1 parent ee3182f commit acafaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-with-upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sync() {
5151
git fetch upstream
5252
git checkout $local_branch
5353
echo "Rebasing $local_branch branch onto $upstream_branch from upstream"
54-
git rebase --onto=$upstream_branch $(get_base_commit)^ $local_branch
54+
git rebase --onto=$upstream_branch $(get_base_commit)~ $local_branch
5555
if [[ $? -ne 0 ]]; then
5656
echo "There are merge conflicts doing the rebase."
5757
echo "Please resolve them or abort the rebase."

0 commit comments

Comments
 (0)