1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 02:14:04 +02:00

Add example forked repo compare

This commit is contained in:
Rafal Chmiel
2014-04-16 10:38:41 +01:00
parent 3d24fe74de
commit 957019cfed

View File

@@ -112,9 +112,11 @@ https://github.com/user/repo/compare/{foreign-user}:{branch}...{own-branch}
For example:
```
https://github.com/rails/rails/compare/byroot:idempotent-counter-caches...master
https://github.com/rails/rails/compare/byroot:master...master
```
![Forked branch compare](http://i.imgur.com/Q1W6qcB.png)
### Gists
[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repository.