git-reindex - re-add indexed files to the index
git reindex (-h|--help)
git reindex (-v|--version)
Used to re-add already indexed files to the index.
-h|--helpPrint a simple help message.
-v|--versionPrint version.
For repository:
$ git status --short
MM CONTRIBUTING.md
M README.md
To add un-indexed changes for indexed files:
$ git reindex
$ git status --short
M CONTRIBUTING.md
M README.md