• Post category:StudyBullet-17
  • Reading time:8 mins read

Git Mindset: Underlying Architecture of Git in Simple Terms
Gain a deep intuition of the Git version control system, simplified through story telling

What you will learn

How to use Git to manage your project

How to collaborate with other developers using Git

The core concepts underlying Git through storytelling

How Git works under the hood

How to study the history of your project for learning and troubleshooting

Effectively use Git commands in the command line

Description

This course is designed to help you gain The Git Mindset. Using mechanisms like storytelling, hands-on-labs and quizzes, you’ll gain a deep intuition about Git. To follow this course, you don’t need any prior knowledge.

The course uses a story to explain not only what Git does, but also how it does those things and why it was designed that way.

Note: This course is up-to-date and uses the newer commands (switch and restore) introduced in Git 2.23.

Gitting the hang of it – Building intuition about Git

This section goes over the story of the smallest team with the simplest workflow – a lone developer named Ana who’s working on her software project on her personal machine. Over time, we’ll introduce additional requirements like the need to manage historical versions, the need to create backups, the need to collaborate with additional team members etc. Each of these requirements will lead to a change in the version control system and eventually this fictitious version control system (Tig) will have evolved into something very much resembling Git. This section will help you internalize the core concepts of Git with ease.

Gitting our hands dirty! – studying Git basics

We’ll take a break from learning the core concepts of Git and try using Git ourselves. This entire section is a series of labs where you’ll follow along and get hands on experience with Git. You’ll find that the previous section has prepared you with enough core concepts that you’ll find everything quite straight forward. By the end of this section, you’ll know how to craft commits with care and how to study them.

The team Gits going again!

This section will resume the story of Tig. This time, we’ll use storytelling to arrive at the concepts of branching and merging. The story will help you not only understand what branching and merging are, but also how they work and what kinds of problems they help us solve.


Get Instant Notification of New Courses on our Telegram channel.


Let’s Git back into it – resuming our study of Git

This section takes the concepts illustrated through a story in the last section and shows you how they apply to Git. By the end of this section, you’ll be comfortable with branching and merging in Git. You’ll know how to navigate the history of your project with ease. This will help you greatly with navigating new codebases and in troubleshooting bugs.

Dealing with remotes

This section shows you how to manage Git remotes and how to transfer information between them. The concepts covered in this section are essential for effectively managing your repository through source code hosting providers like Github, Bitbucket, Gitlab etc.

By the end of the course, you’ll truly understand Git and you’ll be able to use it like it’s second nature.

This course comes with a 30-day money back guarantee. No questions asked.

————————————————————————————————–

All emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0

English
language

Content

Let’s git this party started!

What you’ll learn in this course
What is Git?
Basics about Git

Gitting the hang of it – Building intuition about Git

Introduction
Introducing Ana’s workflow
Basics of Hashing
Ana hashes out a plan to gain efficiency
Review of concepts discussed so far
Blake joins the team
Diffing and Patching
Review of diffing and patching
Blake submits his first contribution
Hashes make a second entrance
Review of concepts discussed so far
Ana and Blake package up their Version Control System

Gitting our hands dirty! – Studying Git basics

How to install Git on your Mac
How to install Git on your Windows PC
(Optional) Overview of basic command line utilities – part 1
(Optional) Overview of basic command line utilities – part 2
Creating our first Git repository
Adding our first commit
Studying our first commit
Adding a second commit
Introducing the staging area
Solution: Committing the readme
Review of commit creation
Resetting to an older state
Interactive adding
Studying the staging area
Review of concepts discussed so far
Check this out!

The team gits going again!

Introduction
Ana and Blake git back to work
Don’t git it twisted – Blake discovers branching
Git back in line – Ana discovers merging
I git by with a little help from my friends

Let’s Git back into it! – Resuming our study of Git

What’s the “master branch”?
Nobody likes a “dangling head”
Creating branches
Exploring git-log more
Fast-forward merging
Creating a merge commit