mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
git-add: update page (#12982)
Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
55233fa9d8
commit
5497e7fa4a
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`git add -A`
|
||||
|
||||
- Add all files in the current folder:
|
||||
|
||||
`git add .`
|
||||
|
||||
- Only add already tracked files:
|
||||
|
||||
`git add -u`
|
||||
|
|
Loading…
Add table
Reference in a new issue