diff --git a/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits.md b/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits.md index 17d5ab0e1b..7d73aaf397 100644 --- a/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits.md +++ b/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits.md @@ -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). diff --git a/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md b/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md index aa1738cb8c..e081da51d1 100644 --- a/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md +++ b/content/github/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md @@ -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