Commitment Issues

The challenge gave a zip file with .git in it. It was a repo. When we do "git log" we see the commit history.

The we do "git cheeckout <commit id>

We have rolled back to the repo now at the first commit.

Last updated