You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*Read more about rendering PDF.*](https://github.com/blog/1974-pdf-viewing)
513
513
514
-
###Revert a Pull Request
514
+
###Revert a Pull Request
515
515
After a pull request is merged, you may find it does not help anything or it was a bad decision to merge the pull request.
516
516
517
517
You can revert it by clicking the **Revert** button on the right side of a commit in the pull request page to create a pull request with reverted changes to this specific pull request.
@@ -656,6 +656,18 @@ If you are a student you will be eligible for the GitHub Student Developer Pack.
656
656
| Git and GitHub Secrets |https://www.youtube.com/watch?v=Foz9yvMkvlA|
657
657
| More Git and GitHub Secrets |https://www.youtube.com/watch?v=p50xsL-iVgU|
658
658
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
+
659
671
## Git
660
672
### Remove All Deleted Files from the Working Tree
661
673
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
715
727
716
728
[*Read more about the Git `stripspace` command.*](http://git-scm.com/docs/git-stripspace)
717
729
718
-
### SSH keys
719
-
720
-
You can get a list of public ssh keys in plain text format by visiting:
0 commit comments