-
Book Overview & Buying
-
Table Of Contents
Git and GitHub Masterclass – Fast-Track Your Journey to Git
By :
Git and GitHub Masterclass – Fast-Track Your Journey to Git
By:
Overview of this book
Git is a Version Control System, whereas GitHub is a centralized repository to host the code, to enable team collaboration. In this course, you will learn about Git and GitHub and all the concepts pertaining to them. It will also cover the use cases and workflows that you need to know as a developer.
In this hands-on course, you will start by understanding the need for a Version Control System and how Git operates and will learn how to install Git on your local systems. You will dive deep into Git by understanding the SHA1 Hashing algorithm, blob objects, Git internals, and Git Snapshot. You will explore everything about branches, merging, and three-way mergers in action and learn to perform rebase in VS code. You will also learn about stashing and its use cases and learn to retrieve a specific stash.
Later, you will learn to collaborate effectively using GitHub. Concepts such as commits in GitHub, the README.md file, cloning a private repository, and adding project collaborators on GitHub will be covered.
You will also explore how to create a remote branch and push changes using Git Bash and VSCode and learn to resolve conflicts on GitHub the right way. It goes on to cover Git fetch and understand its use cases and understand Git pull with the three-way merge. Branching strategy with a real-time scenario will be explained as well.
By the end of the course, you will be able to fork the public repository and clone it to your local machine and learn about digital signatures as well as signed commits.
All resources and code files are placed here: https://github.com/PacktPublishing/Git-and-GitHub-Masterclass-Fast-Track-Your-Journey-to-Git
Table of Contents (16 chapters)
Introduction to Git
Git Deep DiveÂ
All About Branches
Merging
Rebasing
Stashing
Git Ignore
Getting Started with GitHub
Getting Started as Collaborator
Git Fetch
Git Pull
Git Push - Contributing to a Remote Repository
Forking and Contributing to Opensource Repositories
Branching Strategy and Tags
Branching Protection Rules
Digital Signatures and Verified Commits