From 3a4e49a6d7e2d8ec336b0c46a893cc4b07b3053f Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 26 Jun 2013 13:38:22 +1000 Subject: [PATCH] display notes after install --- git.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git.json b/git.json index cb7da590e7..a885aa0f49 100644 --- a/git.json +++ b/git.json @@ -9,5 +9,8 @@ "post_install": [ "git config --global credential.helper wincred" ], - "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] } + "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }, + "notes": "Git has been configured to use the Windows Credential Manager. +To revert to the default (no credential caching), run: + `git config --global --unset credential.helper`." } \ No newline at end of file