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:
authorkaren Carias <karen@gitlab.com>2015-06-30 22:49:51 +0300
committerkaren Carias <karen@gitlab.com>2015-06-30 22:49:51 +0300
commite0e89858550683f18ae1844c87d7b6fa938b75fe (patch)
treeda98814ed84d280ce46b3c2a0d30d3c0d654293c /doc/gitlab-basics/command-line-commands.md
parent7b7dd96b7d34b67a35338ef67ebc16840183cdc4 (diff)
small fixes
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r--doc/gitlab-basics/command-line-commands.md4
1 files changed, 1 insertions, 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
```