Home » Archives for Duke

Duke

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...