Commit 692eb3f8 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Capitalize Git

[ci skip]
parent 68af55c3
...@@ -254,7 +254,7 @@ test: ...@@ -254,7 +254,7 @@ test:
This will make GitLab CI initialize (fetch) and update (checkout) all your This will make GitLab CI initialize (fetch) and update (checkout) all your
submodules recursively. submodules recursively.
If git does not use the newly added relative URLs but still uses your old URLs, If Git does not use the newly added relative URLs but still uses your old URLs,
you might need to add `git submodule sync --recursive` to your `.gitlab-ci.yml`, you might need to add `git submodule sync --recursive` to your `.gitlab-ci.yml`,
prior to running `git submodule update --init --recursive`. This transfers the prior to running `git submodule update --init --recursive`. This transfers the
changes from your `.gitmodules` file into the `.git` folder, which is kept by changes from your `.gitmodules` file into the `.git` folder, which is kept by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment