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:
@@ -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`*
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user