LibraryCarpentry / lc-git

Library Carpentry: Introduction to Git
https://librarycarpentry.org/lc-git/
Other
23 stars 61 forks source link

[Feature request] Add git diff, git log commands to Episode 2 #117

Closed bkamapantula closed 1 year ago

bkamapantula commented 3 years ago

While teaching this lesson, I realized two commands can help the learners onboard to git better:

  1. git diff - to view unstaged changes
  2. git log - to view commit history

We can add it to the Getting Started episode.

I'm happy to make the contribution if we're good with the suggestion.

emcaulay commented 3 years ago

These are super commands to recommend including in this lesson. I think they are good commands and reasonable for this lesson. I welcome your contribution, @bkamapantula ! Thank you!

bkamapantula commented 3 years ago

will do @emcaulay

benjwolff commented 1 year ago

In the meantinme git log and git diff were introduced in Episode 3. So I think this issue can be closed.

emcaulay commented 1 year ago

thank you, @benjwolff !