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 b4a0af6 commit ee3182fCopy full SHA for ee3182f
scripts/sync-with-upstream.sh
@@ -53,8 +53,8 @@ sync() {
53
echo "Rebasing $local_branch branch onto $upstream_branch from upstream"
54
git rebase --onto=$upstream_branch $(get_base_commit)^ $local_branch
55
if [[ $? -ne 0 ]]; then
56
- echo "There are merge conflicts doing the rebase. Reverting changes"
57
- git rebase --abort
+ echo "There are merge conflicts doing the rebase."
+ echo "Please resolve them or abort the rebase."
58
exit_script "Could not rebase succesfully"
59
fi
60
echo "$local_branch sucessfully updated"
0 commit comments