ln [OPTION] TARGET DIR
Note: in order to create symbolic links on Windows, using Git Bash, ... (not PowerShell or CMD), install gsudo using Chocolatey first!
-s
: creates symbolic link instead of hard link
-f
: goes with -s
option, it overrides the file that have the same name as the symbolic link.