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 c0083ac commit 539e157Copy full SHA for 539e157
scripts/sync-with-upstream.sh
@@ -51,7 +51,7 @@ sync() {
51
git fetch upstream
52
git checkout $local_branch
53
echo "Rebasing $local_branch branch onto $upstream_branch from upstream"
54
- git rebase --onto=$upstream_branch $(get_base_commit)^ $local_branch
+ git rebase --onto=$upstream_branch $(get_base_commit)~ $local_branch
55
if [[ $? -ne 0 ]]; then
56
echo "There are merge conflicts doing the rebase."
57
echo "Please resolve them or abort the rebase."
0 commit comments