Skip to content

Commit 6eed6f1

Browse files
authored
repo sync
2 parents 661a3fa + 214fb62 commit 6eed6f1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
4040
commit <em>Your commit SHA number</em>
4141
Author: 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
4343
Commit: 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

4747
If the author and commit date are different, you can manually change the commit date in the URL to see the commit details.
4848

4949
For 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

5757
When you open the URL with the modified commit date, you can see the commit details.
5858

0 commit comments

Comments
 (0)