Skip to main content
Active reading [<https://en.wikipedia.org/wiki/Git> <https://en.wiktionary.org/wiki/tested#Verb>]. Expanded. More representative link text.
Source Link
Peter Mortensen
  • 31.2k
  • 22
  • 110
  • 134

The most recent version of git scmGit SCM (testettested on version 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinkssymbolic links again git clone -c core.symlinks=true <URL>. You need to run this command with administrator rights. It is also possible to create symlinkssymbolic links on Windows with mklink. Check

Check out the wikithe wiki.

enter image description hereEnter image description here

The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again git clone -c core.symlinks=true <URL>. You need to run this command with administrator rights. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

enter image description here

The most recent version of Git SCM (tested on version 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symbolic links again git clone -c core.symlinks=true <URL>. You need to run this command with administrator rights. It is also possible to create symbolic links on Windows with mklink.

Check out the wiki.

Enter image description here

add clone cmd
Source Link
DevLeon
  • 2.5k
  • 2
  • 21
  • 17

The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again git clone -c core.symlinks=true <URL>. You need to run this command with administrator rights. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

enter image description here

The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

enter image description here

The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again git clone -c core.symlinks=true <URL>. You need to run this command with administrator rights. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

enter image description here

Source Link
DevLeon
  • 2.5k
  • 2
  • 21
  • 17

The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

enter image description here