Commit e72e721f authored by karen Carias's avatar karen Carias

small changes

parent 89fc8712
......@@ -2,7 +2,7 @@
You can create a file in your [shell](command-line-commands.md) or in GitLab.
To create a file in GitLab, sign in to [GitLab.com](https://gitlab.com).
To create a file in GitLab, sign in to GitLab.
Select a project on the right side of your screen:
......
......@@ -2,9 +2,9 @@
Merge Requests are useful to integrate separate changes that you've made to a project, on different branches.
To create a new Merge Request, sign in to [GitLab.com](https://gitlab.com).
To create a new Merge Request, sign in to GitLab.
Select a project on the right side of your screen:
Go to the project where you'd like to merge your changes:
![Select a project](basicsimages/select_project.png)
......
......@@ -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.
......
......@@ -2,7 +2,7 @@
## Create a group
Your projects in [GitLab.com](https://gitlab.com) can be organized in 2 different ways:
Your projects in GitLab can be organized in 2 different ways:
under your own namespace for single projects, such as ´your-name/project-1'; or under groups.
If you organize your projects under a group, it works like a folder. You can manage your group members' permissions and access to the projects.
......
# How to create a project in GitLab
To create a new project, sign in to [GitLab.com](https://gitlab.com).
To create a new project, sign in to GitLab.
Go to your Dashboard and click on "new project" on the right side of your screen.
......
......@@ -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 and sign in to your account.
## Add your SSH Key
......
......@@ -6,7 +6,7 @@ publishing or not, without affecting your original project.
It takes just a few steps to fork a project in GitLab.
Sign in to [gitlab.com](https://gitlab.com).
Sign in to GitLab.
Select a project on the right side of your screen:
......
# Start using Git on the command line
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.
## 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