DEV Community

Discussion on: The most basic and essential GIT commands walkthrough

Collapse
 
aghost7 profile image
Jonathan Boudreau

Great article! Since I make mistakes all the time, I also use on a regular basis git commit --amend. You can achieve this with interactive rebase via squashing though.