Welcome to Day 4

Give me 👍 if you watched Lesson 1

Give me 👍 if you watched Lesson 2

Agenda

  • Install Git
  • Git Overview
  • Git branch
  • Practice working in a Git repo

Install Git

Excercise

  • Create a Git repository (with git init)
  • Add a file to your working dir
  • Stage and commit the file
  • Add a few more lines
  • Stage those lines
  • Bring them back from the staging area

What if a lot of people work on the same files?

Git branching!

Made with Slides.com