8000 Merge pull request #131 from sieben/patch-1 · loochao/github-cheat-sheet@63bf6ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 63bf6ab

Browse files
committed
Merge pull request tiimgreen#131 from sieben/patch-1
Adding SSH key trick
2 parents 5dee5ce + f903a66 commit 63bf6ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
5353
- [Remove All Deleted Files from the Working Tree](#remove-all-deleted-files-from-the-working-tree)
5454
- [Previous Branch](#previous-branch)
5555
- [Stripspace](#stripspace)
56+
- [SSH keys](#ssh-keys)
5657
- [Checking out Pull Requests](#checking-out-pull-requests)
5758
- [Empty Commits](#empty-commits)
5859
- [Styled Git Status](#styled-git-status)
@@ -646,6 +647,18 @@ $ git stripspace < README.md
646647

647648
[*Read more about the Git `stripspace` command.*](http://git-scm.com/docs/git-stripspace)
648649

650+
### SSH keys
651+
652+
You can get a list of public ssh keys in plain text format by visiting:
653+
654+
```
655+
https://github.com/{user}.keys
656+
```
657+
658+
e.g. [https://github.com/tiimgreen.keys](https://github.com/tiimgreen.keys)
659+
660+
[Read more about accessing public ssh keys...](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
661+
649662
### Checking out Pull Requests
650663

651664
Pull Requests are special branches on the GitHub repository which can be retrieved locally in several ways:

0 commit comments

Comments
 (0)
0