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:
authorJeJe <jeje41500@gmail.com>2017-02-08 21:51:47 +0300
committerJeJe <jeje41500@gmail.com>2017-02-08 21:51:47 +0300
commit8b5bf08d2b0b093553cf699229dd6e2279da25b2 (patch)
tree7a3e56178aed5be0296948e30162a8dde17acf0a /doc/gitlab-basics
parent28bec57881fdd416170625a8a65ed5507e7a97a2 (diff)
Update note for url-encoded
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/command-line-commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index 8a084eec96e..2a531193adf 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -25,7 +25,7 @@ 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 contains username/password combination, if it contains special characters they must be url encoded
+>**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