link
Add file contents to the index
git add
Stage specific file
git add file.txt
Stage all changes
git add .
Stage changes interactively
git add -p