diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 5b6899a8..7d749fe1 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -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", diff --git a/bucket/git.json b/bucket/git.json index 694dac34..58b7aa5f 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -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"