Home » Setup & Tools

Setup & Tools

Quick-start guides, tool introductions, and environment setup tutorials. Whether you’re installing Git, configuring Jest, or learning Homebrew — this is your launchpad.

Little Coding Things default cover

What does git add -a do?

If you’re reading this post, chances are you’re looking for a Git command that stages all changes before committing. To set the record straight: the correct command is git add -A. A quick...