Skip to content

Commit

Permalink
git-add: update page (tldr-pages#12982)
Browse files Browse the repository at this point in the history

Co-authored-by: spageektti <[email protected]>
  • Loading branch information
Ankit Gangwar and spageektti authored Jun 19, 2024
1 parent 55233fa commit 5497e7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/git-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

`git add -A`

- Add all files in the current folder:

`git add .`

- Only add already tracked files:

`git add -u`
Expand Down

0 comments on commit 5497e7f

Please sign in to comment.