Skip to content

Commit 943f07d

Browse files
committed
GitHub: Username alias @me
1 parent 8659580 commit 943f07d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Short notes with tech tips and tricks that I learn from day-to-day.
77
- [AWS](#aws)
88
- [ElasticSearch](#elasticsearch)
99
- [Git](#git)
10+
- [GitHub](#github)
1011
- [Python](#python)
1112
- [Unix(y)](#unixy)
1213
- [VSCode](#vscode)
@@ -25,6 +26,10 @@ Short notes with tech tips and tricks that I learn from day-to-day.
2526
- [Stash specific files](git/stash-specific-files.md)
2627
- [Use `switch` and `restore` commands in Git from 2.23](git/use-switch-and-restore-in-git-from-2.23.md)
2728

29+
### GitHub
30+
31+
- [Username alias `@me`](github/username-alias-at-me.md)
32+
2833
### Python
2934

3035
- [Install Python 3 tools with `pipx`](python/install-python-tools-with-pipx.md)

github/username-alias-at-me.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GitHub username alias `@me`
2+
3+
From [GitHub Protips: Tips, tricks, hacks, and secrets from Luke
4+
Hefson](https://github.blog/2020-05-14-github-protips-tips-tricks-hacks-and-secrets-from-luke-hefson/#other-links-for-sharing):
5+
6+
> You can use `@me` to share search queries that resolve to the current user
7+
> and combine that with different code review states.
8+
9+
This means you can create, and share with others, links with useful GitHub
10+
search criteria included, like this one to see all open PRs assigned to you:
11+
https://github.com/issues?q=is:pr+is:open+assignee:@me

0 commit comments

Comments
 (0)