mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
Create shortcut for git-bash.exe (#1956)
* Create shortcut for git-bash.exe * Update git.json
This commit is contained in:
parent
5094a9e419
commit
426668c0ed
8
git.json
8
git.json
@ -20,6 +20,14 @@
|
|||||||
"usr\\bin\\tig.exe",
|
"usr\\bin\\tig.exe",
|
||||||
"git-bash.exe"
|
"git-bash.exe"
|
||||||
],
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"git-bash.exe",
|
||||||
|
"Git Bash",
|
||||||
|
"--cd-to-home",
|
||||||
|
"usr\\share\\git\\git-for-windows.ico"
|
||||||
|
]
|
||||||
|
],
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"git config --global credential.helper manager"
|
"git config --global credential.helper manager"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user