Story time…

  • TechNom (nobody)
    link
    English
    24 months 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.