The lesson follows a similar structure to the commit history. Feel free to re-wind the clock back any commit with:
git checkout <COMMIT_HASH>
When you're done, you can always go back to the latest commit with:
git checkout main
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The lesson follows a similar structure to the commit history. Feel free to re-wind the clock back any commit with:
git checkout <COMMIT_HASH>
When you're done, you can always go back to the latest commit with:
git checkout main