Author name: Artturi Jalli

Difference Between ‘git add . ‘ and ‘git add -A’ (with Examples)

Have you ever wondered what’s the difference between the commands git add . and git add -A? The detailed answer depends on the Git version you’re using. In Git 2.x (which you are likely using): Let’s take a look at the differences between different options of the git add command. Besides, you’ll find a concrete

Difference Between ‘git add . ‘ and ‘git add -A’ (with Examples) Read More »

Scroll to Top