display notes after install

This commit is contained in:
Luke Sampson 2013-06-26 13:38:22 +10:00
parent 464c6441dd
commit 3a4e49a6d7

View File

@ -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`."
}