link
git/add

Add Files

Add file contents to the index

git
add
files

Command

git add

Examples

Stage specific file

git add file.txt

Stage all changes

git add .

Stage changes interactively

git add -p