mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix typo: typess => types
This commit is contained in:
parent
ddb097d65d
commit
301b436220
|
|
@ -440,7 +440,7 @@ To export it to `.gitignore` file you can use the following options:
|
|||
$ git ignore-io vim python
|
||||
```
|
||||
|
||||
For efficiency, `git ignore-io` store all available typess at `~/.gi_list`.
|
||||
For efficiency, `git ignore-io` store all available types at `~/.gi_list`.
|
||||
To list all the available types:
|
||||
|
||||
* `-l` or `-L` : These two options will show the list in different format. Just try it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue