git reword --force-rewrite
on a public commit moves the remote-tracking branch.
#516
Labels
bug
Something isn't working
Description of the bug
git reword --force-rewrite -m Something
.Expected behavior
The tip of the main branch moves to the reworded commit, but the origin/main branch stays where it was.
Actual behavior
Both main and origin/main move to the reworded commit, which is a weird and confusing state for a git repository to be in, especially if you are the only person using it (as though somebody else force-pushed to the remote while you weren't looking)
Version of
rustc
No response
Automated bug report
Same as #515
Version of
git-branchless
No response
Version of
git
No response
The text was updated successfully, but these errors were encountered: