From 4cd09ae61b1120e09809f0ecde4c29efcb3dd472 Mon Sep 17 00:00:00 2001 From: Ray Elliott Date: Tue, 15 Sep 2020 14:38:39 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b8056b6..41bbcbb 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file