You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a symlink inside my git repository. This links goes outside from the git repository.
Is there a way to put the content (from this link) inside the git repository ?
Thanks for you answer @mokagio
The text was updated successfully, but these errors were encountered:
For anybody searching for answer (which is surprisingly hard to find) - you should create junction, not symlink or hardlink. For windows - it's mklink /J.
I created a symlink inside my git repository. This links goes outside from the git repository.
Is there a way to put the content (from this link) inside the git repository ?
Thanks for you answer @mokagio
The text was updated successfully, but these errors were encountered: