We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3182f commit acafaa0Copy full SHA for acafaa0
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