We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc29ea commit adf0ce1Copy full SHA for adf0ce1
net-installer/setup-git-sdk.bat
@@ -71,6 +71,9 @@
71
CALL %cwd%\autorebase.bat
72
)
73
74
+@REM Install shortcut on the desktop
75
+@bash --login -c 'SHORTCUT="$HOME/Desktop/Git SDK @@BITNESS@@-bit.lnk"; test -f "$SHORTCUT" ^|^| create-shortcut.exe --icon-file /msys2.ico --work-dir / /mingw@@BITNESS@@_shell.bat "$SHORTCUT"'
76
+
77
@REM now clone the Git sources, build it, and start an interactive shell
78
@mintty -i /msys2.ico bash --login -c "mkdir -p /usr/src && cd /usr/src && git clone -b @@GIT_BRANCH@@ -c core.autocrlf=false https://github.com/git-for-windows/git && cd git && make install; bash -i"
79
0 commit comments