From the course: Learning GitLab

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Your first GitLab project

Your first GitLab project - GitLab Tutorial

From the course: Learning GitLab

Your first GitLab project

- [Instructor] GitLab organizes code into projects, which is a Git repository, plus the associated collaboration features. like issue tracking, CICD, and the project wiki. To get started, go to gitlab.com and click on sign in, and depending on your screen size, this may look like this user icon here. Enter the credentials we created in the last lesson and click Sign in. During signup, GitLab walked us through the process of setting up an initial project. If you did that, you should see that project listed here when you first log in. I deleted that project so that I could walk through the normal process of setting up a new project. If you'd like to follow along, you can either delete your existing project or just set up a new one with a different name. To set up the project, go to the sidebar menu and click on the plus, Create new button, and then select New project/repository. Here we have a choice of what kind of project we want to create. We can start with a blank project or create…

Contents