-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
git-whatchanged: add page #5935
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice page, @CleanMachine1! I left a few comments.
Co-authored-by: bl-ue <[email protected]>
Co-authored-by: bl-ue <[email protected]>
…etail about time period Co-authored-by: bl-ue <[email protected]>
Also @CleanMachine1 the command name is actually |
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
wow thats a huge bug, I need to test more! sorry about that |
Co-authored-by: marchersimon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @CleanMachine1
🥳 my first merged PR, already pulled on my tldr install and see it, my contributions are on a project with 32k stars! |
Isn't this just an alias for |
They're quite similar, but not exactly the same. $ git log -1
commit e5577147713eb23a64a19aa8e38ce1c1410e4fe5 (HEAD -> main, upstream/master, upstream/main, origin/main, origin/HEAD)
Author: CleanMachine1 <[email protected]>
Date: Tue May 11 13:00:14 2021 +0100
git-whatchanged: add page (#5935)
$ git whatchanged -1
commit e5577147713eb23a64a19aa8e38ce1c1410e4fe5 (HEAD -> main, upstream/master, upstream/main, origin/main, origin/HEAD)
Author: CleanMachine1 <[email protected]>
Date: Tue May 11 13:00:14 2021 +0100
git-whatchanged: add page (#5935)
:000000 100644 00000000 6a6ae929 A pages/common/git-whatchanged.md
$ |
. |
common/
,linux/
, etc.)Final change for today, however I will still be replying.
I plan to do a few of these git ones since I need to learn as well and this seems like a good opportunity since I will be writing guides for other people (no pressure 😄 )