Stages all new and modified files (except deleted - removed files)
git add . --no-all  / git add . --ignore-removal
Should be specified
path
at least
.
--no-all
is the same as
--ignore-removal
so the two commands are identical
by Valeri Tandilashvili
4 years ago
Git
Git Tutorials
1
Pro tip: use ```triple backticks around text``` to write in code fences