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.