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

Add another branch compare example

This commit is contained in:
Rafal Chmiel
2014-04-16 10:42:49 +01:00
parent 957019cfed
commit 9274e6222e

View File

@@ -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)