diff options
author | JeJe <jeje41500@gmail.com> | 2017-02-02 20:11:45 +0000 |
---|---|---|
committer | JeJe <jeje41500@gmail.com> | 2017-02-02 20:11:45 +0000 |
commit | ca06c4b114e2fd65729d6473429758694abd5de1 (patch) | |
tree | eb3c3ea0b8cd96d5b473890beaa1945a980e23aa /doc/gitlab-basics | |
parent | b2e5c423d7080644132c70650bc707feb41cd5a9 (diff) | |
download | gitlab-ce-ca06c4b114e2fd65729d6473429758694abd5de1.tar.gz |
Update command-line-commands.md for issue #26428
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 2 |
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 ``` |