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

Merge pull request #126 from powerman/patch-1

Fix date format in Comparing Branches
This commit is contained in:
Rafal Chmiel
2015-05-05 14:17:54 +01:00

View File

@@ -145,7 +145,7 @@ https://github.com/rails/rails/compare/master@{1.day.ago}...master
https://github.com/rails/rails/compare/master@{2014-10-04}...master
```
*Dates are in the format `YYYY-DD-MM`*
*Dates are in the format `YYYY-MM-DD`*
![Another compare example](http://i.imgur.com/5dtzESz.png)