1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-07 16:36:32 +02:00

Add section for "Profile Image"

This commit is contained in:
Steven
2020-08-14 19:02:36 -04:00
committed by GitHub
parent 1161f5e4d1
commit 9047a18c58

View File

@@ -55,6 +55,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
- [GitHub Resources](#github-resources)
- [GitHub Talks](#github-talks)
- [SSH keys](#ssh-keys)
- [Profile Image](#profile-image)
- [Repository Templates](#repository-templates)
- [Git](#git)
- [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)
[*Read more about accessing public ssh keys.*](https://changelog.com/github-exposes-public-ssh-keys-for-its-users/)
### Profile Image
You can get a user's profile image by visiting:
```
https://github.com/{user}.png
```
e.g. [https://github.com/tiimgreen.png](https://github.com/tiimgreen.png)
### Repository Templates
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.