|
|
|
|
|
by pyuser583
1599 days ago
|
|
I’ve run into weird situations using git rebase to edit history. For one thing it doesn’t just edit history, it rebases the branch (shocking!). Also, you run into extreme weirdness messing with the main (first, not default) branch and initial commit. I’m an experienced user, so I understand the logic behind the weirdness, but I always caution new developers about it. It’s “git rebase” not “git branch —edit.” |
|