Commit 23ba7c20 authored by karen Carias's avatar karen Carias

new document about creating a project

parent bbb18cc0
...@@ -9,3 +9,5 @@ Step-by-step guides on the basics of working with Git and GitLab. ...@@ -9,3 +9,5 @@ Step-by-step guides on the basics of working with Git and GitLab.
* [Command Line basic commands](command-line-commands.md) * [Command Line basic commands](command-line-commands.md)
* [Basic Git commands](basic-git-commands.md) * [Basic Git commands](basic-git-commands.md)
* [Create a project](create-project.md)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Start working on your project ## 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, start by signing in at GitLab.com.. To do it, go to your [GitLab.com](https://gitlab.com) account
* 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 * 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
......
# 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
![Create a project](simple_guide_images/new_project.png)
* 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"
!![Project information](simple_guide_images/project_info.png)
...@@ -6,7 +6,7 @@ You need to connect your computer to your GitLab account through SSH Keys. They ...@@ -6,7 +6,7 @@ You need to connect your computer to your GitLab account through SSH Keys. They
* Create an account on GitLab. Sign up and check your email for your confirmation link * Create an account on GitLab. Sign up and check your email for your confirmation link
* After you confirm, go to [gitlab.com](https://about.gitlab.com/) and sign in to your account * After you confirm, go to [GitLab.com](https://about.gitlab.com/) and sign in to your account
## Add your SSH Key ## Add your SSH Key
......
# Start using Git on the commandline # Start using Git on the commandline
If you want to start using a Git and GitLab, make sure that you have created an account on [gitlab.com](https://about.gitlab.com/) If you want to start using a Git and GitLab, make sure that you have created an account on [GitLab.com](https://about.gitlab.com/)
## Open a shell ## Open a shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment