@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Comparing commits
|
||||
intro: You can compare the state of your repository across branches, tags, commits, forks, and dates.
|
||||
redirect_from:
|
||||
- /articles/comparing-commits-across-time
|
||||
- /github/committing-changes-to-your-project/comparing-commits-across-time
|
||||
@@ -9,7 +10,7 @@ versions:
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
---
|
||||
You can compare the state of your repository across branches, tags, commits, and dates. To compare different versions of your repository, append `/compare` to your repository's path.
|
||||
To compare different versions of your repository, append `/compare` to your repository's path.
|
||||
|
||||
We'll demonstrate the power of Compare by looking at the compare page for [a fork of the Linguist repo](https://github.com/octocat/linguist), which is at [https://github.com/octocat/linguist/compare/master...octocat:master](https://github.com/octocat/linguist/compare/master...octocat:master).
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Differences between commit views
|
||||
intro: You might observe differences in commit history depending on the chosen viewing method.
|
||||
redirect_from:
|
||||
- /articles/differences-between-commit-views
|
||||
- /github/committing-changes-to-your-project/differences-between-commit-views
|
||||
|
||||
Reference in New Issue
Block a user