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:
11
README.md
11
README.md
@@ -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.
|
||||
|
Reference in New Issue
Block a user