Create shortcut for git-bash.exe (#1956)

* Create shortcut for git-bash.exe

* Update git.json
This commit is contained in:
Shiwei Wang 2018-01-18 00:07:06 +08:00 committed by Richard Kuhnt
parent 5094a9e419
commit 426668c0ed

View File

@ -20,6 +20,14 @@
"usr\\bin\\tig.exe",
"git-bash.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"
],