DEV Community

Discussion on: 20 Git Commands Every Developer Should Know

Collapse
 
leob profile image
leob • Edited

git commit --amend and git merge --no-ff --no-commit are other handy ones that I use pretty often :)

Collapse
 
krishnaagarwal profile image
Krishna Agarwal

Thanks 👍
I'll add them.