Skip to content

Commit

Permalink
add github timeline Show private activity
Browse files Browse the repository at this point in the history
  • Loading branch information
drecali committed Aug 1, 2022
1 parent ce87f1d commit fe5bd9d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti
- [Cypress](#cypress)
- [DevOps](#devops)
- [Git](#git)
- [GitHub](#github)
- [HTML](#html)
- [JavaScript](#javascript)
- [Jira](#jira)
Expand Down Expand Up @@ -73,6 +74,10 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti
- [Checkout a specific commit](git/checkout-specific-commit.md)
- [`[Error]` - src refspec main does not match any. error: failed to push some refs to 'github.com...'](git/error-src-refspec-main-does-not-match-any.md)

### GitHub

- [`[Timeline]` - Show private activity confidentially](github/timeline-show-private-activity-confidentially.md)

### HTML

- [Keyboard button element](html/keyboard-button-element.md)
Expand Down
31 changes: 31 additions & 0 deletions github/timeline-show-private-activity-confidentially.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# `[Timeline]` - Show private activity confidentially

> **tl;dr**: You can confidentially include private repo activity on your GitHub timeline. This shows that you code more frequently, which tends to make a good impression. See screenshot [here](#timeline-2) for details.
Even though first impressions can be deceiving, they still tend to have a significant impact, so it's important to put your best foot forward.

Github's timeline is a rough approximation of how much you've been coding in the past year. It's not an accurate measure in all cases because it doesn't include GitLab, BitBucket, and other VCS activity, but since GitHub has the largest market share, subconsciously people do correlate your GitHub timeline to general coding activity.

## Timeline 1

If you know nothing about this developer and this is the first (and only) data point about them, what would you think?

- How experienced to they seem?
- Do they seem to code often or just sporadically?

![gh timeline](https://user-images.githubusercontent.com/24983797/182175736-e101f39e-11b1-46d8-8415-cc83659b2c46.png)

## Timeline 2

This screenshot was taken on the same day of the same developer's timeline with the `Private contributions` option enabled. Would this change your impression of them?

- How experienced to they seem?
- Do they seem to code often or just sporadically?

![gh timeline2](https://user-images.githubusercontent.com/24983797/182177347-c415ed80-ba6a-430d-ad55-fcd0e45b3601.png)

This simple change reveals `146x` more coding activity in the past year. It makes a much better first impression than the first screenshot.

It seems GitHub might hide private contributions by default, so you may need to enable this manually. Don't worry, the details of the private contributions are always kept confidential. Nobody will see the repos, commits, PRs, or reviews you did if they related to private repos. GitHub found a nice balance of showing how often you use the site, but keeping sensitive details confidential.

To check, just open your GitHub profile in an incognito window and see how it looks to strangers.

0 comments on commit fe5bd9d

Please sign in to comment.