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-02 23:11:45 +0300
committerJeJe <jeje41500@gmail.com>2017-02-02 23:11:45 +0300
commitca06c4b114e2fd65729d6473429758694abd5de1 (patch)
treeeb3c3ea0b8cd96d5b473890beaa1945a980e23aa /doc/gitlab-basics
parentb2e5c423d7080644132c70650bc707feb41cd5a9 (diff)
Update command-line-commands.md for issue #26428
Diffstat (limited to 'doc/gitlab-basics')
-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
```