Git add . vs Git add -a vs Git add -u
The difference between those three commands can be inferred from their parameters and flags. Git add . What does . mean? That's right. It means the current directory. So, git add . adds all files and folders located in the current directory includin...


