Companies Home Search Profile

Learn GitLab in 3 Hr | Tutorial For Beginner | LambdaTest

Focused View

LambdaTest Inc.

3:30:51

14 View
  • 001 Introduction.mp4
    00:31
  • 002 What is GitLab.mp4
    00:12
  • 003 Introduction to the speaker.mp4
    00:07
  • 004 GitLab Modules.mp4
    00:54
  • 005 Learning objectives.mp4
    00:41
  • 006 Prerequisites.mp4
    00:17
  • 007 What is GitLab.mp4
    01:22
  • 008 Understanding the basic Git commands.mp4
    02:12
  • 009 Executing Git commands.mp4
    06:40
  • 010 What is the Git add command.mp4
    03:29
  • 011 Using Git commit command.mp4
    02:16
  • 012 How to set Git configurations.mp4
    00:48
  • 013 How to review the history of the repository.mp4
    10:38
  • 014 How to merge a branch in Git.mp4
    03:47
  • 015 Using Git stash command.mp4
    03:52
  • 016 Conclusion.mp4
    00:36
  • 001 Introduction.mp4
    00:32
  • 002 Learning objectives.mp4
    00:14
  • 003 Introduction to GitLab terminology.mp4
    02:33
  • 004 Getting started with GitLab.mp4
    04:03
  • 005 GitLab Account Authentication.mp4
    05:37
  • 006 GitLab Group Dashboard Interface.mp4
    05:34
  • 007 Creating a new project in GitLab.mp4
    07:06
  • 008 Exploring Packages & Registry section.mp4
    03:29
  • 009 Creating new issue in project.mp4
    01:53
  • 010 Session Recap.mp4
    00:40
  • 001 Introduction to GitLab Flow Tutorial.mp4
    00:32
  • 002 Learning Goals.mp4
    00:15
  • 003 What is a branching strategy.mp4
    00:54
  • 004 Common Git Branching Strategy.mp4
    00:13
  • 005 GitHub Flow.mp4
    00:52
  • 006 Git Flow.mp4
    02:23
  • 007 GitLab Flow.mp4
    02:23
  • 008 Session Recap.mp4
    01:04
  • 001 Introduction to GitLab Flow Tutorial.mp4
    00:37
  • 002 Learning Goals.mp4
    00:24
  • 003 Getting started with applying GitLab Flow.mp4
    01:26
  • 004 Using Markdown syntax.mp4
    05:06
  • 005 Modifying the Readme file locally in the machine.mp4
    05:22
  • 006 Understanding git push & git pull command.mp4
    03:23
  • 007 Creating merge request.mp4
    09:21
  • 008 Making changed in Readme file.mp4
    04:51
  • 009 Understanding Production Branch.mp4
    08:29
  • 001 Introduction to GitLab CICD Tutorial.mp4
    00:40
  • 002 Learning Goals.mp4
    00:31
  • 003 Important GitLab CICD terminologies.mp4
    00:57
  • 004 Getting started with GitLab CICD Pipeline.mp4
    02:06
  • 005 Defining GitLab CICD Pipeline for a project.mp4
    04:32
  • 006 Getting familiar with the Pipeline editor.mp4
    06:14
  • 007 Defining pipeline variables to run the desired job.mp4
    09:29
  • 008 Reviewing the jobs.mp4
    07:09
  • 009 Reviewing the environment for deploying the jobs.mp4
    05:21
  • 001 Introduction to GitLab CI Tutorial.mp4
    00:39
  • 002 Learning Goals.mp4
    00:28
  • 003 Prerequisites.mp4
    00:13
  • 004 Concept and Terminology mapping.mp4
    02:08
  • 005 Walkthrough of the codebase.mp4
    10:27
  • 006 Writing an equivalent GitLab pipeline.mp4
    07:06
  • 007 Adding environment variables in GitLab.mp4
    03:41
  • 008 Example of artifact keyword in GitLab.mp4
    02:51
  • 009 Comparison of GitLab pipeline and Jenkins pipeline.mp4
    06:12
  • 010 Triggering the GitLab pipeline.mp4
    05:39
  • 001 Introduction to GitLab CI Tutorial.mp4
    00:31
  • 002 Learning Goals.mp4
    00:22
  • 003 GitLab releases overview.mp4
    00:26
  • 004 GitLab Package Registry.mp4
    00:29
  • 005 GitLab Container Registry.mp4
    00:29
  • 006 GitLab Infrastructure Registry.mp4
    00:21
  • 007 Walkthrough of the code inside test pipeline project.mp4
    03:01
  • 008 Reviewing pom.xml file.mp4
    03:01
  • 009 Writing GitLab pipeline.mp4
    04:57
  • 010 Creating tags in the pipeline.mp4
    03:13
  • Description


    This GitLab tutorial will teach you everything you need to know about GitLab

    What You'll Learn?


    • Firstly we will learn what GitLab is and how does its interface looks like.
    • We will then understand what GitLab Workflow & GitLab Flow is.
    • You will also learn How does GitLab CI work & how to use GitLab Flow in GitLab Project.
    • Most importantly, we will learn how to create a GitLab Pipeline and how you can Migrate from Jenkins Pipeline to GitLab CI.
    • Finally, we'll learn what GitLab Registry is.

    Who is this for?


  • Beginner Developer/QA who wants to learn about GitLab, CI/CD tool.
  • Students who admires to be a QA Professional.
  • What You Need to Know?


  • No programming experience needed. You will learn everything you need to know.
  • More details


    Description

    This GitLab CI tutorial series will help you answer some fundamental questions around GitLab CI, including what is GitLab CI, how does GitLab CI work, what is GitLab workflow, etc. Also, this series deep dives into Git commands and navigates you through GitLab Interface in detail. By the end of this tutorial, you’ll know the fundamentals of GitLab CI and be able to access GitLab UI to choose the best branching strategy.


    GitLab CI is a Continuous Integration and Continuous Delivery (CI/CD) server that helps development teams test code from a centralized location while providing built-in integration with Git repositories.


    In this Complete GitLab CI Tutorial, Moss(@tech_with_moss), an expert in DevOps and CI/CD tools, deep dives into Git commands, navigates you through GitLab Interface, and helps creating a GitLab pipeline in detail.


    By the end of this video, you will learn -:

    â—¾ What is GitLab CI?

    â—¾ Introduction to GitLab Interface

    â—¾ What is GitLab Workflow?

    â—¾ What is GitLab Flow?

    â—¾ How does GitLab CI work?

    â—¾ How to use GitLab Flow in GitLab Project?

    â—¾ What is GitLab Pipeline?

    â—¾ How to create a GitLab Pipeline?

    â—¾ How to Migrate from Jenkins Pipeline to GitLab CI?

    â—¾ What is GitLab Registry?


    #GitLabCItutorial #WhatisGitlabCI #HowdoesGitlabCIwork #Whatisgitlabworkflow #Gitcommands #Gitlabinterface #AccessGitlabUI #Branchingstrategies #GitlabCi #Continousintegration #Continousdelivery #CI/CD #fundamentalsofGitLabCI #Gitrepositories


    Who this course is for:

    • Beginner Developer/QA who wants to learn about GitLab, CI/CD tool.
    • Students who admires to be a QA Professional.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    LambdaTest Inc.
    LambdaTest Inc.
    Instructor's Courses
    Perform automated and manual cross-browser testing across 3000+ different desktop and mobile browsers with LambdaTest.We are a scalable testing platform that will assist your team by bringing your software assessment needs to the cloud infrastructure. By performing real-time cross-browser compatibility testing using LambdaTest, you can ensure that your web application or website is compatible with almost every browser and device available in the market. It enables organizations to test their web application for responsiveness and take full screenshots while performing the testing.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 72
    • duration 3:30:51
    • English subtitles has
    • Release Date 2024/02/05