Y
Hacker News
new
|
ask
|
show
|
jobs
by
wsc981
2 days ago
In case of many commits with also many complex merge conflicts, I often find it easier to just:
1. Abort rebase.
2. Squash all my commits into a single commit.
3. Rebase on target branch again.