mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-01 19:16:40 +00:00
Install git-bash with git
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user