Change img dir name
@ -6,22 +6,22 @@ To create a file in GitLab, sign in to GitLab.
|
||||
|
||||
Select a project on the right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
It's a good idea to [create a branch](create-branch.md), but it's not necessary.
|
||||
|
||||
Go to the directory where you'd like to add the file and click on the "+" sign next to the name of the project and directory:
|
||||
|
||||

|
||||

|
||||
|
||||
Name your file (you can't add spaces, so you can use hyphens or underscores). Don't forget to include the markup language you'd like to use :
|
||||
|
||||

|
||||

|
||||
|
||||
Add all the information that you'd like to include in your file:
|
||||
|
||||

|
||||

|
||||
|
||||
Add a commit message based on what you just added and then click on "commit changes":
|
||||
|
||||

|
||||

|
||||
|
@ -6,31 +6,31 @@ To create a new Merge Request, sign in to GitLab.
|
||||
|
||||
Go to the project where you'd like to merge your changes:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on "Merge Requests" on the left side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on "+ new Merge Request" on the right side of the screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Select a source branch or branch:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the "compare branches" button:
|
||||
|
||||

|
||||

|
||||
|
||||
Add a title and a description to your Merge Request:
|
||||
|
||||

|
||||

|
||||
|
||||
Select a user to review your Merge Request and to accept or close it. You may also select milestones and labels (they are optional). Then click on the "submit new Merge Request" button:
|
||||
|
||||

|
||||

|
||||
|
||||
Your Merge Request will be ready to be approved and published.
|
||||
|
||||
@ -39,4 +39,4 @@ Your Merge Request will be ready to be approved and published.
|
||||
After you created a new branch, you'll immediately find a "create a Merge Request" button at the top of your screen.
|
||||
You may automatically create a Merge Request from your recently created branch when clicking on this button:
|
||||
|
||||

|
||||

|
||||
|
@ -6,11 +6,11 @@ In Git, when you copy a project you say you "clone" it. To work on a git project
|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
To work in the project, you can copy a link to the Git repository through a SSH or a HTTPS protocol. SSH is easier to use after it's been [setup](create-your-ssh-keys.md). When you're in the project, click on the HTTPS or SSH button at the right side of your screen. Then copy the link (you'll have to paste it on your shell in the next step).
|
||||
|
||||

|
||||

|
||||
|
||||
## On the command line
|
||||
|
||||
|
@ -8,19 +8,19 @@ To add changes to your GitLab project, you should create a branch. You can do it
|
||||
|
||||
To create a new branch in GitLab, sign in and then select a project on the right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on "commits" on the menu on the left side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the "branches" tab:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the "new branch" button on the right side of the screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Fill out the information required:
|
||||
|
||||
@ -30,10 +30,10 @@ Fill out the information required:
|
||||
|
||||
1. Click on the button "create branch"
|
||||
|
||||

|
||||

|
||||
|
||||
### Note:
|
||||
|
||||
You will be able to find and select the name of your branch in the white box next to a project's name:
|
||||
|
||||

|
||||

|
||||
|
@ -12,11 +12,11 @@ Sign in to [GitLab.com](https://gitlab.com).
|
||||
|
||||
When you are on your Dashboard, click on "Groups" on the left menu of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on "New group" on the top right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Fill out the information required:
|
||||
|
||||
@ -28,7 +28,7 @@ Fill out the information required:
|
||||
|
||||
1. Click on "create group"
|
||||
|
||||

|
||||

|
||||
|
||||
## Add a project to a group
|
||||
|
||||
@ -36,8 +36,8 @@ There are 2 different ways to add a new project to a group:
|
||||
|
||||
* Select a group and then click on "New project" on the right side of your screen. Then you can [create a project](create-project.md)
|
||||
|
||||

|
||||

|
||||
|
||||
* When you are [creating a project](create-project.md), click on "create a group" on the bottom right side of your screen
|
||||
|
||||

|
||||

|
||||
|
@ -6,22 +6,22 @@ To create an Issue, sign in to GitLab.
|
||||
|
||||
Go to the project where you'd like to create the Issue:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on "Issues" on the left side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the "+ new issue" button on the right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Add a title and a description to your issue:
|
||||
|
||||

|
||||

|
||||
|
||||
You may assign the Issue to a user, add a milestone and add labels (they are all optional). Then click on "submit new issue":
|
||||
|
||||

|
||||

|
||||
|
||||
Your Issue will now be added to the Issue Tracker and will be ready to be reviewed. You can comment on it and mention the people involved. You can also link Issues to the Merge Requests where the Issues are solved. To do this, you can use an [Issue closing pattern](../user/project/issues/automatic_issue_closing.md).
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
|
||||

|
||||

|
||||
|
||||
Fill out the required information:
|
||||
|
||||
@ -18,4 +18,4 @@ Fill out the required information:
|
||||
|
||||
1. Click on "create project"
|
||||
|
||||
!
|
||||
!
|
||||
|
@ -12,15 +12,15 @@ After you confirm, go to GitLab and sign in to your account.
|
||||
|
||||
On the left side menu, click on "profile settings" and then click on "SSH Keys":
|
||||
|
||||

|
||||

|
||||
|
||||
Then click on the green button "Add SSH Key":
|
||||
|
||||

|
||||

|
||||
|
||||
There, you should paste the SSH Key that your command line will generate for you. Below you'll find the steps to generate it:
|
||||
|
||||

|
||||

|
||||
|
||||
## To generate an SSH Key on your command line
|
||||
|
||||
@ -28,6 +28,6 @@ Go to your [command line](start-using-git.md) and follow the [instructions](../s
|
||||
|
||||
Copy the SSH Key that your command line created and paste it on the "Key" box on the GitLab page. The title will be added automatically.
|
||||
|
||||

|
||||

|
||||
|
||||
Now, you'll be able to use Git over SSH, instead of Git over HTTP.
|
||||
|
@ -10,10 +10,10 @@ Sign in to GitLab.
|
||||
|
||||
Select a project on the right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the "fork" button on the right side of your screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the user or group to where you'd like to add the forked project.
|
||||
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 896 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |