mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
14 lines
269 B
Plaintext
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`
|