Closed tanyagupta closed 6 years ago
Besides git add . (already opened as an issue) also add git add -A which stages files in higher directories in the same git repository. This is specially helpful in case of changes like rm
git add .
git add -A
Closing this one - posted in error perhaps
Besides
git add .
(already opened as an issue) also addgit add -A
which stages files in higher directories in the same git repository. This is specially helpful in case of changes like rm