The specification of signature of Git commit with an OpenSSH key
mentioned that one used the public part to perform the
signature. However, this is the private part that is used to sign and
the public part used for other to verify the signature.
* Update to rebase and merge help doc
adding additional info about verification for commits made using rebase and merge
* Update about-merge-methods-on-github.md
adding reusable text to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github#rebasing-and-merging-your-commits
* Update about-commit-signature-verification.md
Adding reusable text to https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification
* Update content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md
* Update content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md
* Update content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md
* Update data/reusables/pull_requests/rebase_and_merge_verification.md
* Update data/reusables/pull_requests/rebase_and_merge_verification.md
* Update data/reusables/pull_requests/rebase_and_merge_verification.md
* Update data/reusables/pull_requests/rebase_and_merge_verification.md
* Update data/reusables/pull_requests/rebase_and_merge_verification.md
* Update content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github.md
Co-authored-by: hubwriter <hubwriter@github.com>
The hyperlink pointing to the Debian project's page for
the ca-certificates package is outdated and, when clicked,
results in an Error page from the target website.
That's because the URL references the now EOL'd "jessie"
release (support for the LTS version ended on 2020-06-30),
and information for packages targeting that version is no
longer available from packages.debian.org.
In addition, the URL includes an ISO 639-1 language code
("hu") that would result in localised descriptions for the
requested package and its related packages in Hungarian.
This is most likely a typo, as that particular language is
not offered as an option while browsing GitHub's Docs.
This commit removes the language code and sets the release
name to "bullseye" (the current stable Debian release).
* Add example for outputting a gpg public key
* Update checking-for-existing-gpg-keys.md
* Delete display-existing-gpg-public-key.md
Co-authored-by: hubwriter <hubwriter@github.com>