Can I check the committed username (Author information) on the site after I push it to GitHub?

Asked 2 years ago, Updated 2 years ago, 63 views

▼ What I tried

from local repository to terminal % Run the git push origin master
Confirm that the push on GitHub was reflected

I can see the revision number, but I can't see the committed username (Author information).
> Attach an image Enter a description of the image here

▼ Consultation
Can't I see it because of the specifications?

github

2022-09-30 17:12

1 Answers

If the Author and Commiters are different, you can also check the commit log on GitHub.

example:
https://github.com/ScratchBuild/contrib/commit/c909c075610c76bc3d191d5f4d85a3d2aa0cf02e

Enter a description of the image here


2022-09-30 17:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.