Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1004 Bytes

File metadata and controls

21 lines (14 loc) · 1004 Bytes

Version Control with Git

Learning Objectives

By the end of this lesson, you'll be able to:

  • Explain why Git is an important tool for developers.
  • Use several of the most common Git commands.
  • Describe the phases of Git tracking.

Introduction

Making and saving changes to code might feel like playing a high-stakes game — one wrong move and it’s all over. But this actually isn’t true at all. Thankfully, enough developers have suffered through rewriting code that they invented the tools like Git to prevent such scenarios from ever happening.

Topics

Lesson Skills & Learning Objectives
Version Control Explain why Git is an important tool for developers.
Common Git Commands Use several of the most common Git commands.
Practice Describe the phases of Git tracking.