Hacker News new | ask | show | jobs
Git rebase for fame and power (charlesetc.com)
4 points by charlesetc 3612 days ago
1 comments

I always add a temporal tag to the current head before rebasing, in case there are some conflicts that I have to solve and make me break something.

If something goes wrong, I can reset the branch to the tag and retry more carefully.

If there is no problem and the test pass, then I remove the tag.