microsoft / Web-Dev-For-Beginners

24 Lessons, 12 Weeks, Get Started as a Web Developer
https://microsoft.github.io/Web-Dev-For-Beginners/
MIT License
82.75k stars 12.28k forks source link

Add git log instructions to "Task: Merge some code" in GitHub basics #1108

Open saragibby opened 1 year ago

saragibby commented 1 year ago

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.

ankitpawar03 commented 1 year ago

I'm interested in Git improvement, assign me to issue #824

ag533 commented 1 year ago

@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?

Bensalomon commented 1 year ago

Bjr

Le sam. 25 mars 2023 à 08:26, Ankit Pawar @.***> a écrit :

I'm interested in Git improvement, assign me to issue #824 https://github.com/microsoft/Web-Dev-For-Beginners/pull/824

— Reply to this email directly, view it on GitHub https://github.com/microsoft/Web-Dev-For-Beginners/issues/1108#issuecomment-1483751676, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATX3DRWSCNO46I3WZZ6X6FTW52M27ANCNFSM6AAAAAAWGYVL6Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

github-actions[bot] commented 1 year ago

This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.

vaxmontana commented 1 year ago

Task: Merge some code

Git log instructions:

  1. Run 'git log' to view the commit history.
  2. Use 'git log --author=' to see commits by a specific author.
  3. Utilize 'git log --grep=' to search for commits with a specific message pattern.
  4. Execute 'git log ' to view the details of a specific commit.
panwarharsh15 commented 1 year ago

can I add some value in it ?

vaxmontana commented 1 year ago

can I add some value in itsure

github-actions[bot] commented 11 months ago

This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.