Story time…

  • TechNom (nobody)@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 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.