git-add: update page (#12982)

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
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
1 changed files with 4 additions and 0 deletions

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`