We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git config
1 parent 251d14b commit 088f2a2Copy full SHA for 088f2a2
README.md
@@ -407,7 +407,7 @@ pacman -Syu git $prefix-gcc $prefix-ccache $prefix-cmake $prefix-boost $prefix-c
407
408
# clone relevant repositories, e.g. here just tagparser and its dependency c++utilities
409
cd /path/to/store/sources
410
-git config core.symlinks true
+git config --global core.symlinks true
411
git clone https://github.com/Martchus/cpp-utilities.git c++utilities
412
git clone https://github.com/Martchus/tagparser.git
413
0 commit comments