Level 1 - Learning Module

Git Fundamentals: The Three States

Working Directory

Your project files on your computer. This is where you make changes to your code.

Example: When you edit a file, it exists in your working directory as 'modified'.