Skip to content

Instantly share code, notes, and snippets.

@cgoldberg
Last active June 10, 2025 20:13
Show Gist options
  • Save cgoldberg/fd24a5a1fba78d73ac05141ef2bfe206 to your computer and use it in GitHub Desktop.
Save cgoldberg/fd24a5a1fba78d73ac05141ef2bfe206 to your computer and use it in GitHub Desktop.
Windows batch file to launch Git-Bash with symlinks enabled
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