DEV Community

Discussion on: How To Use Git: A Reference Guide

Collapse
 
cbillowes profile image
Clarice Bouwer

Thank you, this list is a gem.

I have a walkthrough if you are interested in using git interactive mode git add -i which I use when I want to break down my commits into semantic/atomic commits instead of committing all changes (usually a few small feature changes) in one go.