1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-13 19:34:00 +02:00

Merge pull request #68 from hariadi/rendering-images

Rendering and diffing images
This commit is contained in:
Rafal Chmiel
2014-06-06 08:48:16 +01:00

View File

@@ -38,6 +38,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
- [Diffable Maps](#diffable-maps)
- [Expanding Context in Diffs](#expanding-context-in-diffs)
- [Diff or Patch of Pull Request](#diff-or-patch-of-pull-request)
- [Rendering and diffing images](#rendering-and-diffing-images)
- [Hub](#hub)
- [Decreasing Contributor Friction](#decreasing-contributor-friction)
- [Contributing Guidelines](#contributing-guidelines)
@@ -489,6 +490,13 @@ index 88fcf69..8614873 100644
(...)
```
#### Rendering and diffing images
GitHub can display several common image formats, including PNG, JPG, GIF, and PSD. In addition, there are several ways to compare differences between versions of those image formats.
[![Diffable PSD](https://cloud.githubusercontent.com/assets/2546/3165594/55f2798a-eb56-11e3-92e7-b79ad791a697.gif)](https://github.com/blog/1845-psd-viewing-diffing)
[*Read more about rendering and diffing images.*](https://help.github.com/articles/rendering-and-diffing-images)
### Hub
[Hub](https://github.com/github/hub) is a command line Git wrapper that gives you extra features and commands that make working with GitHub easier.