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.
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.
| 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. |