[[git command]] that adds file contents from [[Working directory (git)|working directory]] to the [[Staging Area (git)|staging area]]. [^1]
```bash
git add . # select all changes
git add file.txt # select a specific file
```
^cmd
[^1]: https://git-scm.com/docs/git-add