From 7d4ef47a3aafbba4207252f0995c3636f93519b5 Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 25 Jan 2015 16:54:36 +0000 Subject: [PATCH] Add diff/patch view for comparing branches, closes #106 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff61ec4..f1f8eb4 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,12 @@ 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. +Branches can also be compared in `diff` and `patch` views: + +``` +https://github.com/rails/rails/compare/master...4-1-stable.diff +https://github.com/rails/rails/compare/master...4-1-stable.patch +``` [*Read more about comparing commits across time.*](https://help.github.com/articles/comparing-commits-across-time)