summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeJe <jeje41500@gmail.com>2017-02-02 20:11:45 +0000
committerJeJe <jeje41500@gmail.com>2017-02-02 20:11:45 +0000
commitca06c4b114e2fd65729d6473429758694abd5de1 (patch)
treeeb3c3ea0b8cd96d5b473890beaa1945a980e23aa
parentb2e5c423d7080644132c70650bc707feb41cd5a9 (diff)
downloadgitlab-ce-ca06c4b114e2fd65729d6473429758694abd5de1.tar.gz
Update command-line-commands.md for issue #26428
-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..741612be03c 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.
+:warning: If you clone your project via an URL contains username/password combination, if it contains special characters they must be url encoded
+
### Go into a project, directory or file to work in it
```