Skip to content
Snippets Groups Projects
Commit 23ba7c20 authored by Karen's avatar Karen
Browse files

new document about creating a project

parent bbb18cc0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
 
* [Basic Git commands](basic-git-commands.md)
* [Create a project](create-project.md)
Loading
Loading
@@ -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, 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
 
Loading
Loading
# 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)
Loading
Loading
@@ -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
 
* 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
 
Loading
Loading
@@ -28,7 +28,7 @@ You need to connect your computer to your GitLab account through SSH Keys. They
 
## To generate an SSH Key on your commandline
 
* Go to your [commandline](start-using-git.md) and follow the [instructions](https://gitlab.com/help/ssh/README) to generate it
* Go to your [commandline](start-using-git.md) and follow the [instructions](https://gitlab.com/help/ssh/README) to generate it
 
* Copy the SSH Key that your commandline created and paste it on the "Key" box on the GitLab page. The title will be added automatically
 
Loading
Loading
# 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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment