1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to Git

Connected

अभ्यास

Adding a file to the staging area

The staging area is used by Git to track changes to files within your current directory and sub-directories.

You've created a report.md file for your mental health project. In this exercise, you'll add this file to the staging area.

निर्देश

100 XP
  • Place report.md, which is in your current working directory, in the staging area.