Is your feature request related to a problem? Please describe.
The goal of this task is to introduce git log into the 2-github-basics lesson, as it is a helpful command for the user to know how to use when working with Git.
Describe the solution you'd like
Add a step within "Task: Merge some code" of 2-github-basics to introduce git log.
After step 3 add a new step that has the user use git log to see the commit they just made. We an also include a git log again after merging main for the user to practice, and see any differences in the output.
Is your feature request related to a problem? Please describe.
The goal of this task is to introduce
git loginto the 2-github-basics lesson, as it is a helpful command for the user to know how to use when working with Git.Describe the solution you'd like
Add a step within "Task: Merge some code" of 2-github-basics to introduce
git log.After step 3 add a new step that has the user use
git logto see the commit they just made. We an also include agit logagain after merging main for the user to practice, and see any differences in the output.