Skip to content
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

Open
saragibby opened this issue Mar 24, 2023 · 8 comments
Open

Comments

@saragibby
Copy link
Collaborator

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.

This was referenced Mar 24, 2023
@ankitpawar03
Copy link

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

@ag533
Copy link

ag533 commented Apr 6, 2023

@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
Copy link

Bensalomon commented May 3, 2023 via email

@github-actions
Copy link

github-actions bot commented Jul 2, 2023

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

@vaxmontana
Copy link

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
Copy link

can I add some value in it ?

@vaxmontana
Copy link

can I add some value in it_sure_

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants