training-kit icon indicating copy to clipboard operation
training-kit copied to clipboard

Update git-add.md

Open hrishikesh-kadam opened this issue 3 years ago • 0 comments

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.

hrishikesh-kadam avatar Jun 07 '22 20:06 hrishikesh-kadam