Skip to content

Files

Latest commit

Nho LuongNho Luong
Nho Luong
and
Nho Luong
Oct 24, 2024
b3e3d53 · Oct 24, 2024

History

History
This branch is up to date with nholuongut/devops-basics:main.

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024

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