git-with-openssh: Add shortcuts (#2478)

This commit is contained in:
Chaerun Muhaimin 2018-08-13 02:22:02 +08:00 committed by Ross Smith II
parent b2137393c6
commit d559106ee2

View File

@ -28,6 +28,14 @@
"usr\\bin\\ssh-keyscan.exe",
"usr\\bin\\tig.exe"
],
"shortcuts": [
[
"git-bash.exe",
"Git Bash",
"--cd-to-home",
"usr\\share\\git\\git-for-windows.ico"
]
],
"post_install": [
"git config --global credential.helper manager"
],