-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add git log instructions to "Task: Merge some code" in GitHub basics #1108
Comments
I'm interested in Git improvement, assign me to issue #824 |
@saragibby is this still an issue, as I can see various PR opened related to this but none of them are merged. Are they in review or can I create a new Pr and fix this issue? |
Bjr
Le sam. 25 mars 2023 à 08:26, Ankit Pawar ***@***.***> a
écrit :
… I'm interested in Git improvement, assign me to issue #824
<#824>
—
Reply to this email directly, view it on GitHub
<#1108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATX3DRWSCNO46I3WZZ6X6FTW52M27ANCNFSM6AAAAAAWGYVL6Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
Task: Merge some code Git log instructions:
|
can I add some value in it ? |
|
This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
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 agit log
again after merging main for the user to practice, and see any differences in the output.The text was updated successfully, but these errors were encountered: