File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
53
53
- [ Remove All Deleted Files from the Working Tree] ( #remove-all-deleted-files-from-the-working-tree )
54
54
- [ Previous Branch] ( #previous-branch )
55
55
- [ Stripspace] ( #stripspace )
56
+ - [ SSH keys] ( #ssh-keys )
56
57
- [ Checking out Pull Requests] ( #checking-out-pull-requests )
57
58
- [ Empty Commits] ( #empty-commits )
58
59
- [ Styled Git Status] ( #styled-git-status )
@@ -646,6 +647,18 @@ $ git stripspace < README.md
646
647
647
648
[ * Read more about the Git ` stripspace ` command.* ] ( http://git-scm.com/docs/git-stripspace )
648
649
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
+
649
662
### Checking out Pull Requests
650
663
651
664
Pull Requests are special branches on the GitHub repository which can be retrieved locally in several ways:
You can’t perform that action at this time.
0 commit comments