diff --git a/tr-tr/git-tr.html.markdown b/tr-tr/git-tr.html.markdown index 126de213..5cd67237 100644 --- a/tr-tr/git-tr.html.markdown +++ b/tr-tr/git-tr.html.markdown @@ -176,7 +176,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.