Files
cheatsheet-tldr/git-stage
2024-02-21 11:19:49 +00:00

14 lines
269 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# git stage
> This command is an alias of `git add`.
> More information: <https://git-scm.com/docs/git-stage>.
- View documentation for the original command:
`tldr git add`