You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.