mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Fix misspelling (#206)
This commit is contained in:
parent
14ea0820c8
commit
d8c55ae8c5
@ -1179,7 +1179,7 @@ You would usually specify an exact path, but you may also use wild cards in the
|
||||
$ git log -- **/*.js
|
||||
```
|
||||
|
||||
While using wildcards, it's useful to inform `--name-status` to see the list of commited files:
|
||||
While using wildcards, it's useful to inform `--name-status` to see the list of committed files:
|
||||
|
||||
```sh
|
||||
$ git log --name-status -- **/*.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user