Skip to content

Instantly share code, notes, and snippets.

@Quazistax
Quazistax / fixGitSymlinksOnWin.bat
Last active December 21, 2023 03:54
Batch script for converting Git symlink files to Windows file symlinks
@echo.
@echo For converting Git symlink files to Windows file symlinks.
@echo * Run in repository root as Administrator.
@echo * Handling of folder symlinks is not implemented.
@echo * Intended for windows versions Vista and above (Win 7,8)
@echo.
@echo Thanks to: http://stackoverflow.com/a/5930443/1031870
@echo v1.02 (c) 2015 Robert Benko (Quazistax), License: MIT
@echo.