This commit is contained in:
Aaron 2024-12-07 02:12:56 +00:00 committed by GitHub
commit 796ab3e854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,7 +176,7 @@ $ git add HelloWorld.java
# add a file in a nested dir # add a file in a nested dir
$ git add /path/to/file/HelloWorld.c $ git add /path/to/file/HelloWorld.c
# Regular Expression support! # Shell glob patterns make it easy to specify multiple files:
$ git add ./*.java $ git add ./*.java
# You can also add everything in your working directory to the staging area. # You can also add everything in your working directory to the staging area.