1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Merge pull request #85 from gWorldz/master

Minor Edit for Images/GIFs section
This commit is contained in:
Rafal Chmiel
2014-07-25 21:26:32 +01:00

View File

@@ -341,6 +341,12 @@ Images and GIFs can be added to comments, READMEs etc.:
![Alt Text](http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif)
```
Raw images from the repo can be used by calling them directly.:
```
![Alt Text](https://github.com/(user)/(repo)/raw/master/path/to/image.gif)
```
![Peter don't care](http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif)
All images are cached on GitHub, so if your host goes down, the image will remain available.