From e0e89858550683f18ae1844c87d7b6fa938b75fe Mon Sep 17 00:00:00 2001 From: karen Carias <karen@gitlab.com> Date: Tue, 30 Jun 2015 12:49:51 -0700 Subject: [PATCH] small fixes --- doc/gitlab-basics/command-line-commands.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 27d84319092..a15e275f27a 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -19,9 +19,7 @@ git clone PASTE HTTPS OR SSH HERE ``` -A clone of the project will be created in your computer - -It's important to know some basic commands to work on your shell +* A clone of the project will be created in your computer * Go into a project, directory or file to work in it ``` -- GitLab