Skip to content

Commit

Permalink
Added script that change default Git behavior on windows systems (I-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
vetall812 authored Nov 25, 2023
1 parent 674c99f commit 7a1ecea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/git_symlinks.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@echo off
echo Attention! You need to enable 'Developer mode' first.
echo Read how to do it here:
echo.
echo https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging
echo.
echo Keep this window open, and enable this feature. Then press any key.
pause >nul
git config --global core.symlinks true
git config --unset core.symlinks
git reset --hard
echo.
echo Now you can follow symlinks in repository.
pause

0 comments on commit 7a1ecea

Please sign in to comment.