Getting Git

A comprehensive video course from git init to Git Master.

Part 3 - Overview


In Part 3 of "Getting Git" we'll learn the commands for managing workflows.

When we talk about managing workflows, what we're really talking about are branches.

Git makes branching very lightweight. As such, it's common to use branches to separate your work.

Understanding branches and the commands used for managing branches will not only help you master Git, but also help manage your work.

Before getting started, I'm going to navigate to my workspace and create an empty Git repository called Part 3.

I'll simply add a file and make the standard initial commit.