RSSAmplifier

Tom de Bruijn · Oct 26, 2020

Git: Review changes before committing

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Making a git commit can be as quick as git add --all && git commit -m "WIP" . The problem with this approach is that we didn't check what changes we committed. Who knows what got committed that shouldn't have. Usually we find out when it's too late. We want to see the Git changes before we commit. While working on an issue, I personally make a lot of changes that don't belong in the same commit.…

Read on tomdebruijn.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.