training-kit
training-kit copied to clipboard
Update git-add.md
Overview
TL;DR
<One to two sentence description of the issue you are encountering or trying to solve.>
git add . will stage all files in the repository only if executed from the root of the repository.
git add -A will stage all files in the repository when executed from any directory of the repository.