mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
display notes after install
This commit is contained in:
parent
464c6441dd
commit
3a4e49a6d7
5
git.json
5
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`."
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user