diff options
Diffstat (limited to '')
-rw-r--r-- | using-git.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 7cea7d4..daa979c 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1210,6 +1210,7 @@ command. @menu * First things first:: +* Wildcards:: @end menu @@ -1229,6 +1230,20 @@ in scripts that takes random user-input. +@node Wildcards +@section Wildcards + +Many Git commands allow wildcards in +paths. These commands will expand +wildcards in the arguments just a +the shell. To avoid problems, never +use characters in paths that are +used in the shell for wildcards +and expansions... yeah, I know, it +is annoying. + + + @node Glossary @appendix Glossary |