• Post category:StudyBullet-15
  • Reading time:4 mins read


Git & GitLab understanding from scratch, including hands-on examples

What you will learn

Gain fundamental knowledge and basic concepts for working with Git (repository, branches, commits, common commands, etc.)

Get basic Git skills, including installation, files creation, commits and other

Learn with practical examples the key features of the Git

Understand Gitlab basics

Learn how to collaborate in projects via Git & GitLab in teams

Understand how to deploy a project through GitLab CI/CD

Description

This course is designed for individuals seeking to develop a solid understanding of Git and GitLab, starting from scratch. Whether you’re a beginner with no prior knowledge or an intermediate user looking to strengthen your skills, this course will guide you through the fundamentals and provide hands-on examples to reinforce your learning.

Throughout the course, you will dive into the core concepts of version control using Git, understanding its fundamental principles, and mastering essential commands. You’ll gain hands-on experience with Git by practicing real-world scenarios, such as creating repositories, making commits, branching, and merging.

As the course progresses, you’ll explore the powerful features of GitLab, a web-based Git repository management platform. You’ll learn how to create projects, collaborate with team members. The course will also cover GitLab’s continuous integration and deployment (CI/CD) pipelines, enabling you to automate build and test processes for efficient software development workflows.


Get Instant Notification of New Courses on our Telegram channel.


The course emphasizes a practical approach, with ample hands-on exercises and examples.

By the end of this course, you will be able to develop a strong foundation in Git and GitLab. You’ll be equipped with the knowledge and skills to confidently use Git for version control and GitLab for efficient collaboration and project management.

English
language

Content

Welcome

Introduction

Git

Git fundamentals
Git installation
Working with Local Repositories
Deep dive into .gitignore
Practical example with .gitignore

Git & GitLab

GitLab introduction
Push code from Local Repository to Remote Repository
Setup authentication to GitLab using SSH

Bonus

GitLab-Page CI/CD