Git Lessons

Introduction

Introduction

Hey! In this course, we'll dive into Git, a system for tracking changes in files and coordinating work in teams.

History

History

As we already know, Git keeps track of every commit that we make...

Branches

Branches

Branches allow us and others to work on different things, like features, at the...

Conflicts

Conflicts

If there are versions of a file with different changes in branches we want to merge, we'll face a conflict that we need to resolve...

Repositories

Repositories

What makes Git so great is that it allows multiple people to work on the same project at...

Rate This Course