8000 Move SSH keys section into GitHub · chhh/github-cheat-sheet@87052c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87052c1

Browse files
committed
Move SSH keys section into GitHub
1 parent 2be1795 commit 87052c1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
5454
- [GitHub Student Developer Pack](#github-student-developer-pack)
5555
- [GitHub Resources](#github-resources)
5656
- [GitHub Talks](#github-talks)
57+
- [SSH keys](#ssh-keys)
5758
- [Git](#git)
5859
- [Remove All Deleted Files from the Working Tree](#remove-all-deleted-files-from-the-working-tree)
5960
- [Previous Branch](#previous-branch)
6061
- [Stripspace](#stripspace)
61-
- [SSH keys](#ssh-keys)
6262
- [Checking out Pull Requests](#checking-out-pull-requests)
6363
- [Empty Commits](#empty-commits)
6464
- [Styled Git Status](#styled-git-status)
@@ -656,6 +656,18 @@ If you are a student you will be eligible for the GitHub Student Developer Pack.
656656
| Git and GitHub Secrets | https://www.youtube.com/watch?v=Foz9yvMkvlA |
657657
| More Git and GitHub Secrets | https://www.youtube.com/watch?v=p50xsL-iVgU |
658658

659+
### SSH keys
660+
661+
You can get a list of public ssh keys in plain text format by visiting:
662+
663+
```
664+
https://github.com/{user}.keys
665+
```
666+
667+
e.g. [https://github.com/tiimgreen.keys](https://github.com/tiimgreen.keys)
668+
669+
[*Read more about accessing public ssh keys.*](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
670+
659671
## Git
660672
### Remove All Deleted Files from the Working Tree
661673
When you delete a lot of files using `/bin/rm` you can use the following command to remove them from the working tree and from the index, eliminating the need to remove each one individually:
@@ -715,18 +727,6 @@ $ git stripspace < README.md
715727

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

718-
### SSH keys
719-
720-
You can get a list of public ssh keys in plain text format by visiting:
721-
722-
```
723-
https://github.com/{user}.keys
724 66E4 -
```
725-
726-
e.g. [https://github.com/tiimgreen.keys](https://github.com/tiimgreen.keys)
727-
728-
[*Read more about accessing public ssh keys.*](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
729-
730730
### Checking out Pull Requests
731731

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

0 commit comments

Comments
 (0)
0