1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Merge branch 'main' into patch-1

This commit is contained in:
Janice
2021-06-22 13:13:19 -07:00
committed by GitHub
88 changed files with 943 additions and 495 deletions

View File

@@ -33,8 +33,8 @@ topics:
```shell
$ gpg --default-new-key-algo rsa4096 --gen-key
```
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default `RSA and RSA`.
5. Enter the desired key size. Your key must be at least `4096` bits.
4. At the prompt, specify the kind of key you want, or press `Enter` to accept the default.
5. At the prompt, specify the key size you want, or press `Enter` to accept the default. Your key must be at least `4096` bits.
6. Enter the length of time the key should be valid. Press `Enter` to specify the default selection, indicating that the key doesn't expire.
7. Verify that your selections are correct.
8. Enter your user ID information.

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