diff --git a/git.json b/git.json index 135982eeec..06537f8a1b 100644 --- a/git.json +++ b/git.json @@ -7,8 +7,5 @@ "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "post_install": [ "git config --global credential.helper wincred" - ], - "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