From 9274e6222e1a7030144fe04989c02d15a3452000 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 10:42:49 +0100 Subject: [PATCH] Add another branch compare example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c91950..84cfc42 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ https://github.com/rails/rails/compare/master@{1.day.ago}...master https://github.com/rails/rails/compare/master@{2014-10-04}...master ``` +![Another compare example](http://i.imgur.com/5dtzESz.png) + ...which allows you to see the difference on the master branch up a set time ago or a specified date. [*Read more about comparing commits across time.*](https://help.github.com/articles/comparing-commits-across-time)