8000 Add section for "Profile Image" · phiberoptick/github-cheat-sheet@9047a18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9047a18

Browse files
authored
Add section for "Profile Image"
1 parent 1161f5e commit 9047a18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
5555
- [GitHub Resources](#github-resources)
5656
- [GitHub Talks](#github-talks)
5757
- [SSH keys](#ssh-keys)
58+
- [Profile Image](#profile-image)
5859
- [Repository Templates](#repository-templates)
5960
- [Git](#git)
6061
- [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)
671672

672673
[*Read more about accessing public ssh keys.*](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
673674

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+
674685
### Repository Templates
675686

676687
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

Comments
 (0)
0