You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not regular expressions, it's actually pathname expansion (AKA glob patterns) , which is done by the shell. Therefore, these lines should be removed or reworded for clarity. While useful when running git commands, they technically have nothing to do with git itself.
If you feel strongly about keeping this section, I'd recommend the following wording:
# Shell glob patterns make it easy to specify multiple files:
$ git add ./*.java
The text was updated successfully, but these errors were encountered:
learnxinyminutes-docs/git.html.markdown
Lines 195 to 196 in 8498d02
This is not regular expressions, it's actually pathname expansion (AKA glob patterns) , which is done by the shell. Therefore, these lines should be removed or reworded for clarity. While useful when running git commands, they technically have nothing to do with git itself.
If you feel strongly about keeping this section, I'd recommend the following wording:
The text was updated successfully, but these errors were encountered: