Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 15:03:46 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 15:03:46 +0300
commit412aa85eb9adb365593928e2548bc4844eb000dd (patch)
treed7a655b7c4ea2fd5e3603dde911ff2c4787e5ae4
parent0fddece769352b650c01d3a0920eea05f378b940 (diff)
parent8b5bf08d2b0b093553cf699229dd6e2279da25b2 (diff)
Merge branch 'patch-13' into 'master'
Update git clone docs See merge request !8946
-rw-r--r--doc/gitlab-basics/command-line-commands.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index 3b075ff5fc0..2a531193adf 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -25,6 +25,8 @@ git clone PASTE HTTPS OR SSH HERE
A clone of the project will be created in your computer.
+>**Note:** If you clone your project via an URL that contains special characters, make sure that they are URL-encoded.
+
### Go into a project, directory or file to work in it
```