Git Symbolic Links in Windows

June 30, 2023

Today I learned: git clone breaks symlinks on Windows system.

Thankfully, I used symlinks in my project by mistake and I could delete them. On internet there’re people who rely on a bunch of symlinks and search for hacks to workaround msysgit issue.

https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows/59761201