From 957019cfed90d9d1ca5bda940bf2e4c176ca399f Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 10:38:41 +0100 Subject: [PATCH] Add example forked repo compare --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb0f6fa..6c91950 100644 --- a/README.md +++ b/README.md @@ -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.