summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/command-line-commands.md
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-07-31 15:50:41 +0000
committerJob van der Voort <job@gitlab.com>2015-07-31 15:50:41 +0000
commitd2fffff0ecfbc5eadf754905cee8a8593ed3c623 (patch)
treee672d678749602150072e0d49edbec0f5db7f454 /doc/gitlab-basics/command-line-commands.md
parent25d9a7f506354a58b93a68814530632670af1579 (diff)
parente72e721f0453abdd383aacebf0aebc8f5f7f4b3c (diff)
downloadgitlab-ce-d2fffff0ecfbc5eadf754905cee8a8593ed3c623.tar.gz
Merge branch 'add-mr' into 'master'
New doc about creating a Merge Request in GitLab Basics Added new doc about creating a new branch. See merge request !1917
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-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 a8223a9b161..b03cca4029c 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -2,7 +2,7 @@
## Start working on your project
-In Git, when you copy a project you say you "clone" it. To work on a git project locally (from your own computer), you will need to clone it. To do this, sign in to [GitLab.com](https://gitlab.com).
+In Git, when you copy a project you say you "clone" it. To work on a git project locally (from your own computer), you will need to clone it. To do this, sign in to GitLab.
When you are on your Dashboard, click on the project that you'd like to clone, which you'll find at the right side of your screen.