git stage
Add file contents to the staging area.
Synonym of `git add`.
- Add a file to the index:
- Add all files (tracked and untracked):
- Only add already tracked files:
- Also add ignored files:
- Interactively stage parts of files:
- Interactively stage parts of a given file:
- Interactively stage a file:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).