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

Fix typo in Comparing Branches

This commit is contained in:
Tim Green
2014-04-12 22:13:03 +01:00
parent 833642b546
commit 0ddda3846a

View File

@@ -146,7 +146,7 @@ https://github.com/rails/rails/compare/master...4-1-stable
https://github.com/rails/rails/compare/master@{1.day.ago}...master
https://github.com/rails/rails/compare/master@{2014-10-04}...master
```
which allows you to see the difference on the master branch up to one day ago.
which allows you to see the difference on the master branch up a set time ago or a specified date.
## Line Highlighting in Repos