We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3983f3d commit 22b0db2Copy full SHA for 22b0db2
git-split-commit.sh
@@ -98,7 +98,7 @@ done
98
99
echo -e "👷♂️ Rebasing '${CURRENT_BRANCH}' onto the temporary branch\n"
100
git_silent checkout "${CURRENT_BRANCH}"
101
-git_silent rebase "${TEMP_BRANCH}"
+git_silent rebase --no-update-refs "${TEMP_BRANCH}"
102
103
echo -e "🔥 Removing the temporary branch: ${TEMP_BRANCH}\n"
104
git_silent branch -D "${TEMP_BRANCH}"
0 commit comments