diff options
author | Job van der Voort <job@gitlab.com> | 2015-07-02 08:41:19 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-07-02 08:41:19 +0000 |
commit | 8ba83cbab86349c5fa5ce5034df6ffc8225f137c (patch) | |
tree | e238d95810990b97774ff0ac81b2c36fce68acaa /doc/gitlab-basics/create-project.md | |
parent | bbb18cc093544f4fa3954867ca1ad5cc61c49ef9 (diff) | |
parent | 7381a1ab5e2dec5b4101a79aba8c557638e130d9 (diff) | |
download | gitlab-ce-8ba83cbab86349c5fa5ce5034df6ffc8225f137c.tar.gz |
Merge branch 'creategroup' into 'master'
New document about creating a project
Added new document to GitLab Basics about creating a project
See merge request !1885
Diffstat (limited to 'doc/gitlab-basics/create-project.md')
-rw-r--r-- | doc/gitlab-basics/create-project.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md new file mode 100644 index 00000000000..e3963f66010 --- /dev/null +++ b/doc/gitlab-basics/create-project.md @@ -0,0 +1,23 @@ +# How to create a project in GitLab + +## Create a project + +* Sign in to [GitLab.com](https://gitlab.com) + +* Go to your Dashboard and click on "new project" on the right side of your screen + + + +* Fill out the required information + +1. Project path or the name of your project (you can't add spaces, so you can use hyphens or underscores) + +1. Your project's description + +1. Select a [visibility level](https://gitlab.com/help/public_access/public_access) + +1. You can also [import your existing projects](http://doc.gitlab.com/ce/workflow/importing/README.html) + +1. Click on "create project" + +! |