Adds changed files to the index. Homepage: https://git-scm.com/docs/git-add.
git add {{path/to/file}}
git add -A
git add -u
git add -f
git add -p {{path/to/file}}