Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GIT - Getting started
Rating: 4.7 out of 5(23 ratings)
723 students

GIT - Getting started

Git Getting started - A course to help understand Git concepts and commands and help start using Git for your projects
Last updated 1/2025
English

What you'll learn

  • Understand Software configuration Management concept. and know what is the need of using a version control system.
  • Know, types of version control systems used for tracking changes to your software code. What's a Centralized VCS and a Distributed VCS.
  • Apply your knowledge to use GIT as a version control tool in a Team environment. How to collaborate on GITHub while maintaining version control.
  • Discover and understand how to use different GIT based hosted Version control Systems.

Course content

5 sections22 lectures1h 44m total length
  • Introduction1:59

    Getting started with an Introduction to Version Control Systems

Requirements

  • No Programing experience needed.
  • Basic understanding of Software Delivery Life Cycle (SDLC)

Description

In this course, we will touch upon some of the important commands and concepts that will make it easy for us to take our journey to understand and work with GIT. We will get hands-on with GIT commands and we will clear our Version control concepts. We will also understand the difference between a Distributed version control system and Centralized version control system.

We will understand how we can track the code changes history and concept of Git snapshot history. we will start with creating GIT code repository and see how to use GIT in Team environment. How team members can share code with each other using GIT remote repositories. How does the Local and remote repositories in GIT are synched using simple commands.

We will understand the concept of GIT workflow and see how it works practically.

We will also take an overview of GitHub and GitLab as web-based tools and understand GitHub and GitLab used as code repository along with features like bug or issue tracking, project management, team collaboration, code review using Pull request and Merge request feature, Continuous Integration and Continuous Delivery (CI/CD), binary package management, code vulnerability assessment, code vulnerability scan, Derive analysis of pipeline performance, Wikis, etc.

Who this course is for:

  • Beginner coders and software developers
  • Application developers
  • DevOps Engineer