Story time...

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago

Another aha moment was learning that an easy way to squash commits is just to do a git reset followed by git commit -am “whatever”

You can do that in a single step instead with git commit -a --amend.

  • source
  • parent