From b22ca2a57e238c4c7ba360cffd5dd6c1ce935c08 Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Sat, 12 Jun 2021 20:15:19 -0700 Subject: [PATCH 1/5] Add intro to comparing commits --- .../viewing-and-comparing-commits/comparing-commits.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 e5ac7c2fa6..ca5c128bc3 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, 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). From 7e3addd8ca6f5ea8c1e0d343b8875ef87e009322 Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Sat, 12 Jun 2021 20:31:47 -0700 Subject: [PATCH 2/5] Update comparing-commits.md --- .../viewing-and-comparing-commits/comparing-commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ca5c128bc3..1a2b1efed4 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,6 +1,6 @@ --- title: Comparing commits -intro: You can compare the state of your repository across branches, tags, commits, and dates. +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 From e32b9953947883e04caba33eb7af9bf5db4db08f Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Sun, 13 Jun 2021 12:17:33 -0700 Subject: [PATCH 3/5] Update differences-between-commit-views.md --- .../differences-between-commit-views.md | 1 + 1 file changed, 1 insertion(+) 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 3caba03479..1308cf713e 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 can sometimes 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 From 2ff3c11c651d3cb06f2982520afe395ed20d206d Mon Sep 17 00:00:00 2001 From: Steve Guntrip <12534592+stevecat@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:28:44 +0100 Subject: [PATCH 4/5] Update content/github/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md --- .../differences-between-commit-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1308cf713e..9f5cb4b428 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,6 +1,6 @@ --- title: Differences between commit views -intro: You can sometimes observe differences in commit history depending on the chosen viewing method. +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 From 14edcf2da025e76c0b53f99ed09374e198071c21 Mon Sep 17 00:00:00 2001 From: Steve Guntrip Date: Tue, 22 Jun 2021 11:46:55 +0100 Subject: [PATCH 5/5] Trigger Build