Quiz Question 1 of 4

If the below commands were run in order, what would the output of cat .git/refs/heads/master be?

$ git checkout master
$ git log
commit 21428a2eee8e55becb6da879228446746ad6f1a8 (HEAD -> master)
Author: Jay McGavren <me@example.com>
Date:   Tue Sep 25 08:34:12 2018 -0700

    Add villain
$ cat .git/refs/heads/master

Choose the correct answer below:

Skip Quiz Review Video