rogerdudler / git-guide

git - the simple guide
http://rogerdudler.github.com/git-guide
2.19k stars 527 forks source link

Besides git add . also include git add -A #157

Closed tanyagupta closed 6 years ago

tanyagupta commented 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

tanyagupta commented 6 years ago

Closing this one - posted in error perhaps