Install git-bash with git

This commit is contained in:
Åsmund Grammeltvedt 2016-12-20 21:37:16 +01:00
parent e5c7294d0e
commit 42e903e052
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe",
"git-bash.exe",
"usr\\bin\\ssh.exe",
"usr\\bin\\sshd.exe",
"usr\\bin\\scp.exe",

View File

@ -16,7 +16,8 @@
"bin": [
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe"
"cmd\\git-gui.exe",
"git-bash.exe"
],
"post_install": [
"git config --global credential.helper wincred"