Description

Overview

About this Course

  • 06:56:00 Hours
  • 12 Months Access
  • Presented by highly qualified, industry leading experts

In this series, we take a look what version control is as well as the use of version control when creating software. After an overview of various version control systems, Justin dives into the use of git and GitHub to manage projects. Justin pays particular attention to the version control system and less on the programming portion for the first part. He explores creating a git repository, cloning repositories from GitHub, committing changes to a repository, using branches, collaborating with git, and more. If you are looking to get started with version control, specifically git, then join us there.

Course Details

Objectives

  • Introduction to Version Control System
  • Terminologies and Types
  • Understanding SVN-Life Cycle
  • Understanding SVN-Life Cycle -2
  • Demo of Svn working repository
  • Working of Git

Audience

  • Anyone interested in using source control and specifically Git
  • Software engineers, developers, programmers new to Git
  • IT Managers or technical leads

Prerequisites

  • Basic knowledge of Windows Command line.

Course Outline

VERSION CONTROL

  • Overview
  • What Is Version Control
  • Set Up Git
  • Set Up Git: Windows
  • Our First Repository
  • Our First GitHub Repository
  • Connect Remote And Local Repos
  • Branch In A Repository
  • Branch In A Repository Part 2
  • Create A Pull Request
  • Create A Tagged Release
  • Collaborate With Collaborators
  • Collaborate With Collaborators Part 2
  • Our First Fork
  • Collaborate With Forks
  • Collaborate With Forks Part 2
  • Project: Python With Git
  • Keeping Things Clean: .Gitignore