diff options
author | Job van der Voort <job@gitlab.com> | 2015-07-07 20:14:07 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-07-07 20:14:07 +0000 |
commit | 8b1065019ad9ac0fd41f5c32d47a049b77f00eb2 (patch) | |
tree | 60b665dbd005a014ad64128a23a94772c21e713c /doc/gitlab-basics/command-line-commands.md | |
parent | 75e33e23d148f8958295a247aaba9d7ec6b91b37 (diff) | |
parent | cddbbc819c434117c7a83ee49c03247adcf3d557 (diff) | |
download | gitlab-ce-8b1065019ad9ac0fd41f5c32d47a049b77f00eb2.tar.gz |
Merge branch 'create-group' into 'master'
New doc about creating groups
I added a new document about creating groups in GitLab.
I also fixed comment in previous MR https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1885
See merge request !1886
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 2 |
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 30f78d1e6a5..a596bf20c74 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, start by signing in at GitLab.com.. To do it, go to your [GitLab.com](https://gitlab.com) account +* 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) * 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 |