DEV Community

Discussion on: Different basic ways to undo commits on git

Collapse
 
ronalddpinho profile image
Ronaldd Pinho

Oh cool, of course. Keep a clean commit history is important. The deeper the knowledge of the tool, the more options you have to deal with these situations.

For example, I think when there are many branches, other situations that I didn't mention here arise. I rarely use rebase, only in well special cases, I think it is a higher level than what I wanted to show.
But is a cool command :D

Collapse
 
jessekphillips profile image
Jesse Phillips

I think it was important your article didn't go into rebase.

I just know that I used to create a poor man's rebase interactive and so happy to have found it.