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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
55
55
-[GitHub Resources](#github-resources)
56
56
-[GitHub Talks](#github-talks)
57
57
-[SSH keys](#ssh-keys)
58
+
-[Profile Image](#profile-image)
58
59
-[Repository Templates](#repository-templates)
59
60
-[Git](#git)
60
61
-[Remove All Deleted Files from the Working Tree](#remove-all-deleted-files-from-the-working-tree)
@@ -671,6 +672,16 @@ e.g. [https://github.com/tiimgreen.keys](https://github.com/tiimgreen.keys)
671
672
672
673
[*Read more about accessing public ssh keys.*](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
673
674
675
+
### Profile Image
676
+
677
+
You can get a user's profile image by visiting:
678
+
679
+
```
680
+
https://github.com/{user}.png
681
+
```
682
+
683
+
e.g. [https://github.com/tiimgreen.png](https://github.com/tiimgreen.png)
684
+
674
685
### Repository Templates
675
686
676
687
You can enable templating on your repository which allows anyone to copy the directory structure and files, allowing them to instantly use the files (e.g. for a tutorial or if writing boilerplate code). This can be enabled in the settings of your repository.
0 commit comments