0% found this document useful (0 votes)
1K views2 pages

Git Syllabus PDF

The document provides an overview of topics covered in a Git certification training, including: introducing version control systems and Git; getting started with Git by installing, configuring repositories, and using basic commands; working with remote repositories on GitHub; branching and merging in Git; different Git workflows like feature branching and Gitflow; and using Git for open source projects.

Uploaded by

memo1023
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

Git Syllabus PDF

The document provides an overview of topics covered in a Git certification training, including: introducing version control systems and Git; getting started with Git by installing, configuring repositories, and using basic commands; working with remote repositories on GitHub; branching and merging in Git; different Git workflows like feature branching and Gitflow; and using Git for open source projects.

Uploaded by

memo1023
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Git Certification Training

1. Introduction to Git
Version Control/Revision Control system

The types of VCS

The benefits of using VCS

What is GIT?

The difference between GIT and other VCS

Where to use Git and where not to use it

Web Scale architecture

2. Getting Started With Git And Its Architecture


Install Git on Windows/Mac/Linux/Unix

Understand Git file life cycle

Create Git repository - Local repository and configure it to GitHub

Create a repository on GitHub and clone it

Understand basic Git commands

Git command shortcuts

Revisit the Git file lifecycle with Git terminology

3. Remote Repositories
Work with remote repositories

Configure remote repository on GitHub

Understand Git buzzwords

www.rathinamtrainers.com
Understand remote commands

Work with Fork and Pull requests in GitHub

Understand Upstream and Downstream

4. Branching and Merging


Branching in Git

How Git internally manages branches

How to switch between branches and different commits

Two way merge and three way merge

Merging Strategies

Merging and rebasing (using Source tree)

Git tags

Difference between branching and tagging

5. Git Methodology
What is GIT workflow?

Advantages of workflow

Different types of workflows in Git

Centralized Workflow

Feature branch workflow

Gitflow Workflow

Forking Workflow

How to use git in real time open source projects

www.rathinamtrainers.com

You might also like