Y
Hacker News
new
|
ask
|
show
|
jobs
by
happytoexplain
195 days ago
Even if `--update-refs` didn't exist, my experience is that git can identify duplicate commits produced by rebase, and knows to skip them when rebasing the same commits to the same place again. Am I imagining that?
2 comments
adrianN
195 days ago
That works until you had to fix conflicts during the rebase and the commits are no longer identical.
link
1718627440
195 days ago
It definitely fast-forwards unchanged commits.
link