Book Image

Complete Git Guide: Understand and Master Git and GitHub [Video]

By : Bogdan Stashchuk
5 (2)
Book Image

Complete Git Guide: Understand and Master Git and GitHub [Video]

5 (2)
By: Bogdan Stashchuk

Overview of this book

Complete with practical activities, this comprehensive Git and GitHub guide will help you understand how Git works. You'll learn how to use Git features efficiently and fix issues in your development workflow. Starting with the internal structure of a Git repository, this course will take you through the four types of Git objects: blobs, trees, commits, and annotated tags. You'll understand how each object has a unique SHA-1 hash and how all objects are stored in folders, files are stored in blobs, and filenames are stored in other Git objects called trees. You'll even get to grips with creating new Git objects without using git commit and git add. Once you've created Git objects in the Git repository, you will add it to the staging area and working directory. By the end of this course, you'll have become a Git and GitHub expert and be able to perform basic and advanced Git tasks seamlessly.
Table of Contents (20 chapters)
Free Chapter
1
Introduction to Git and GitHub
20
Wrap Up
Chapter 1
Introduction to Git and GitHub
Content Locked
Section 3
Git Versus GitHub
This video illustrates the difference between Git and GitHub.