1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-16 12:53:57 +02:00

Fix date format in Comparing Branches

This format is mentioned in https://help.github.com/articles/comparing-commits-across-time/#comparisons-across-time.
Manual tests may be confusing because matched commits has date out of chosen range: this happens because github select commits using their merge date, not commit date.
This commit is contained in:
Alex Efros
2015-05-01 13:34:46 +03:00
parent c0b8651a83
commit bab1259a95

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)