Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.26 KB

1. What is Git?

Overview

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git workflow

  • Git workflow

Official website documentation of Git

2. Prerequisites

  • Basic linux command line skill

3. Installation

How to install Git?

4. Basics of Git

Getting started with Git

Git Hello World

  • Check the helloworld/ directory to create a simple Git demo.

5. Beyond the Basics

Hands-On Example

  • Explore a practical hands-on example in the Git hands-on for more Git concepts

6. More

Git guides page

Git cheatsheet

Recommended Books

  • N/A