Last active
June 10, 2025 20:13
-
-
Save cgoldberg/fd24a5a1fba78d73ac05141ef2bfe206 to your computer and use it in GitHub Desktop.
Windows batch file to launch Git-Bash with symlinks enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM - launch Git-Bash with symlinks enabled | |
REM - (they are disabled for non-Admin accounts by default) | |
set MSYS=winsymlinks:native | |
%USERPROFILE%\Scoop\apps\git\current\git-bash.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment