1
0
mirror of synced 2026-01-28 09:03:01 -05:00

Merge pull request #20057 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-06-22 21:07:53 +10:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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).

View File

@@ -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