DEV Community

Discussion on: Easily auto-squash changes to previous commit

Collapse
 
samipietikainen profile image
Sami Pietikäinen

I hadn't noticed the no-edit flag. So basically in this case it would be like --amend -C HEAD. I like to use rebase alot, but indeed in this case amend would be simpler.