mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Install git-bash with git
This commit is contained in:
parent
e5c7294d0e
commit
42e903e052
@ -17,6 +17,7 @@
|
|||||||
"cmd\\git.exe",
|
"cmd\\git.exe",
|
||||||
"cmd\\gitk.exe",
|
"cmd\\gitk.exe",
|
||||||
"cmd\\git-gui.exe",
|
"cmd\\git-gui.exe",
|
||||||
|
"git-bash.exe",
|
||||||
"usr\\bin\\ssh.exe",
|
"usr\\bin\\ssh.exe",
|
||||||
"usr\\bin\\sshd.exe",
|
"usr\\bin\\sshd.exe",
|
||||||
"usr\\bin\\scp.exe",
|
"usr\\bin\\scp.exe",
|
||||||
|
|||||||
3
git.json
3
git.json
@ -16,7 +16,8 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
"cmd\\git.exe",
|
"cmd\\git.exe",
|
||||||
"cmd\\gitk.exe",
|
"cmd\\gitk.exe",
|
||||||
"cmd\\git-gui.exe"
|
"cmd\\git-gui.exe",
|
||||||
|
"git-bash.exe"
|
||||||
],
|
],
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"git config --global credential.helper wincred"
|
"git config --global credential.helper wincred"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user