Update 'README.md'

This commit is contained in:
Ray Elliott 2020-09-15 14:38:39 +03:00
parent 58526ed352
commit 4cd09ae61b
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
# gitignore-global
Specify global ignore file:
```sh
git config --global core.excludesfile ~/.gitignore_global
```
Locate global ignore file:
```sh
git config --global core.excludesfile
```