1
0
Fork 0
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:
Ankit Gangwar 2024-06-20 03:04:08 +05:30 committed by GitHub
parent 55233fa9d8
commit 5497e7fa4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@
`git add -A`
- Add all files in the current folder:
`git add .`
- Only add already tracked files:
`git add -u`