Merge pull request #1166 from asmundg/git-bash

Install git-bash with git
This commit is contained in:
Luke Sampson
2016-12-21 07:50:02 +11:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
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",
+2 -1
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"