File tree Expand file tree Collapse file tree
content/github/setting-up-and-managing-your-github-profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,20 +39,20 @@ You can use the `git show` command with the `--pretty=fuller` flag to check if t
3939$ git show < em> Your commit SHA number< /em> --pretty=fuller
4040commit < em> Your commit SHA number< /em>
4141Author: octocat < em> user email< /em>
42- AuthorDate: Wed Jul 13 02:02:30 2016 +0900
42+ AuthorDate: Tue Apr 03 02:02:30 2018 +0900
4343Commit: Sally Johnson < em> user email< /em>
44- CommitDate: Wed Jul 20 06:25:08 2016 +0900
44+ CommitDate: Tue Apr 10 06:25:08 2018 +0900
4545```
4646
4747If the author and commit date are different, you can manually change the commit date in the URL to see the commit details.
4848
4949For example:
50- - This URL uses the author date of ` 2016-07-13 ` :
50+ - This URL uses the author date of ` 2018-04-03 ` :
5151
52- ` https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-13T00 :00:00Z&until=2016-07-13T23 :59:59Z `
53- - This URL uses the commit date of ` 2016-07-19 ` :
52+ ` https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-03T00 :00:00Z&until=2018-04-03T23 :59:59Z `
53+ - This URL uses the commit date of ` 2018-04-10 ` :
5454
55- ` https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-19T00 :00:00Z&until=2016-07-19T23 :59:59Z `
55+ ` https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-10T00 :00:00Z&until=2018-04-10T23 :59:59Z `
5656
5757When you open the URL with the modified commit date, you can see the commit details.
5858
You can’t perform that action at this time.
0 commit comments