Git Tutorial: Difference between “add -A“, “add -u“, “add .“, and “add *“

The “git add“ command is fundamental to using Git. It is how we add files to the staging area to be committed. But which files get added? Well, that is up to us. In this video, we will look at the different options for using the add command and how we can use it to add the exact files we would like to the staging area.
Back to Top