Install git-bash with git

This commit is contained in:
Åsmund Grammeltvedt
2016-12-20 21:37:16 +01:00
parent f69621980d
commit ee3b892dca
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"