1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Git

Connected

练习

Viewing a repository's history

Recall that every commit has a unique identifier called a hash.

Git has a command you can use to display all commits made to a repo, along with the hash, author, and time of the commit.

Using the console, run a command to find the hash of the most recent commit.

说明

50 XP

答案选项