mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Merge pull request #537 from vigilancer/master
update documentation. fix "git ignore-io" flags
This commit is contained in:
commit
becb14ad01
|
|
@ -436,7 +436,7 @@ $ git ignore-io vim
|
|||
To export it to `.gitignore` file you can use the following options:
|
||||
|
||||
* `-a` or `--append` to append the result to `.gitignore`
|
||||
* `-e` or `--export` to replace `.gitignore` with the result
|
||||
* `-r` or `--replace` to export `.gitignore` with the result
|
||||
|
||||
```bash
|
||||
$ git ignore-io vim python
|
||||
|
|
|
|||
Loading…
Reference in a new issue