summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeJe <jeje41500@gmail.com>2017-02-03 00:48:31 +0000
committerJeJe <jeje41500@gmail.com>2017-02-03 00:48:31 +0000
commit28bec57881fdd416170625a8a65ed5507e7a97a2 (patch)
tree670a030070eab296bdf4add6bfde1a5a39a392fc
parentca06c4b114e2fd65729d6473429758694abd5de1 (diff)
downloadgitlab-ce-28bec57881fdd416170625a8a65ed5507e7a97a2.tar.gz
use note instead of warning
-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 741612be03c..8a084eec96e 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.
-:warning: 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 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