Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to VCS and GIT
Rating: 3.6 out of 5(18 ratings)
2,328 students

Introduction to VCS and GIT

`VCS, SCM, GIT
Created byPallavi Sharma
Last updated 3/2020
English
English [Auto],

What you'll learn

  • introduction to version control system and git tool

Course content

1 section9 lectures1h 6m total length
  • Introduction to Version Controlling and GIT [Part 1]15:05

    Learn the basics of source code management with Git, including repositories, workspaces, commits, merges, and conflicts, plus hands-on Windows setup for practical usage.

  • Introduction to Version Controlling and GIT [Part 2]15:05

    learn to download and install git, sign up for a free github account, and create a repository with a local project directory using git.

  • Introduction to Version Controlling and GIT [Part 3]15:05

    Initialize a git repository and stage two artifacts for version control, then commit and push, while pulling updates to synchronize workspace and repository state.

  • Introduction to Version Controlling and GIT [Part 4]15:05

    Understand the staging area, commits, and repository flow in Git, work with master and feature branches, and manage language-specific branches and tags for multilingual artifacts.

  • Introduction to Version Controlling and GIT [Part 5]5:31

    Explore version control with git by creating and managing branches, committing changes, switching between branches, and merging updates into master, with hands-on practice in a sample repository.

  • Notes from the lecture0:40
  • Github repo url for practice
  • Practice Assignment0:18
  • Thank you0:02

Requirements

  • none

Description

in this course you will learn the basics of version controlling, understand that it can also be used for artifact mangement where it is not necessary that artifact is always code. And we will see an introduction with hands on to a tool called as GitHub. This course module is free to be viewed for all users. Your kind feedback is appreciated.

Who this course is for:

  • beginer people interested to know about version controlling