Adds changed files to the index.
git add {{path/to/file}}
git add .
git add -u
git add -f
git add -p {{path/to/file}}