Nantes Université

up rédigé par Eric CHARPENTIER's avatar Eric CHARPENTIER
...@@ -9,26 +9,26 @@ ...@@ -9,26 +9,26 @@
2. Login with your university credentials or create an account. 2. Login with your university credentials or create an account.
3. Create a new project 3. Create a new project
![](images/git/git-newProject.png) ![](../images/git/git-newProject.png)
4. Choose to "Create blank project" 4. Choose to "Create blank project"
![](images/git/git-createBlank.png) ![](../images/git/git-createBlank.png)
5. Fill in the informations of the project 5. Fill in the informations of the project
- **Project name**: will appear as the repository name in gitlab. - **Project name**: will appear as the repository name in gitlab.
![](images/git/git-projectName.png) ![](../images/git/git-projectName.png)
- **Project slug**: will be automatically filled with the project name having special characters removed. You can add your project to a gitlab group or to your personal repositories. This will form the URL of your project. - **Project slug**: will be automatically filled with the project name having special characters removed. You can add your project to a gitlab group or to your personal repositories. This will form the URL of your project.
![](images/git/git-projectURL.png) ![](../images/git/git-projectURL.png)
- **Project description**: allows you to describe briefly what the project is about. This will be printed in the list of your pipeline on gitlab, helping others to find your project. - **Project description**: allows you to describe briefly what the project is about. This will be printed in the list of your pipeline on gitlab, helping others to find your project.
![](images/git/git-projectDescription.png) ![](../images/git/git-projectDescription.png)
- **Visibility Level**: defines if your project can be seen by anyone (Public), gitlab instance registered users (Internal) or only you (Private). You can add specific members to private repository for sharing. You can change the visibility level anytime after so you can choose to keep your project private until you decide to share it. - **Visibility Level**: defines if your project can be seen by anyone (Public), gitlab instance registered users (Internal) or only you (Private). You can add specific members to private repository for sharing. You can change the visibility level anytime after so you can choose to keep your project private until you decide to share it.
![](images/git/git-projectVisibility.png) ![](../images/git/git-projectVisibility.png)
- **Project Configuration**: enables to initialize your project with a README file. This is a must have to describe your project in the future so check the box ! - **Project Configuration**: enables to initialize your project with a README file. This is a must have to describe your project in the future so check the box !
![](images/git/git-projectConfiguration.png) ![](../images/git/git-projectConfiguration.png)
6. Create the new project 6. Create the new project
Once you have filled in all fields, create your new project. Once you have filled in all fields, create your new project.
![](images/git/git-createProject.png) ![](../images/git/git-createProject.png)
<div align="right"> <div align="right">
... ...
......