coderefinery / git-intro

Introduction to version control with Git - Why we want to track versions and how to go back in time to a working version
https://coderefinery.github.io/git-intro/
Creative Commons Attribution 4.0 International
31 stars 70 forks source link

Show output of "git grep -i fixme" and "git log HASH" #472

Open bast opened 1 month ago

bast commented 1 month ago

From lessons-learned on chat:

it would be nice to see the output of "git grep -i fixme" "git log HASH" under the command so that one can "see" what it does without trying it