Compare commits

...

2 Commits

Author SHA1 Message Date
Aaron
f1891ba3a5
Merge 8350b334be into 5d0fe40db8 2024-11-11 12:28:39 +03:00
aaron
8350b334be [git/tr] Fixes a confusion between regex and glob 2024-11-03 10:11:40 +01:00

View File

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