Add file contents to the staging area. Synonym of git add. More information: https://git-scm.com/docs/git-stage.
git add
git stage {{path/to/file}}
git stage -A
git stage -u
git stage -f
git stage -p
git stage -p {{path/to/file}}
git stage -i