1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Commit Graph

43 Commits

Author SHA1 Message Date
Andy Hall
30ed2b58a8 Fix git config command syntax
`git config` expects a space between the key and value rather than an equals sign.
2022-11-13 22:51:11 -05:00
Matt Pollard
4cd15d4931 Incorporate a quite important correction
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2022-11-08 09:59:18 +01:00
Matt Pollard
11ad33a763 Consolidate instructions 2022-11-08 09:30:18 +01:00
Matt Pollard
7174f31e09 Merge branch 'main' into main 2022-11-07 12:09:09 +01:00
Rachael Sewell
3e998f61d5 use azure blob storage for archived enterprise versions (#31883)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
2022-10-25 12:03:38 -07:00
Isaac Brown
ef9bef6187 Update set-auto-sign.md 2022-10-21 17:24:59 +01:00
Isaac Brown
5d4263627e Update data/reusables/gpg/set-auto-sign.md 2022-10-21 17:12:41 +01:00
Zuer
3e1c5a7a9a fix typo. 2022-10-20 10:26:40 +08:00
Zuer
dd33f83446 Add GPG auto-sign. 2022-10-20 10:14:18 +08:00
Rachael Rose Renk
e5048b30f4 Merge branch 'main' into patch-2 2022-10-11 13:13:23 -06:00
Courtney Wilson
c03b6dcbf5 Merge branch 'main' into gpg-signing 2022-10-06 20:41:23 -05:00
Isaac Brown
9e4f5ff7f7 Tweak formatting 2022-10-05 10:25:14 +01:00
Romain Lespinasse
15553732d7 Update data/reusables/gpg/configure-gpg-signing.md
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2022-10-05 10:54:07 +02:00
rlespinasse
19ad3ae7a9 Add GPG format git configuration on GPG setup 2022-10-02 22:41:05 +02:00
Dev Prakash Sharma
b8d8bd9c5c Merge branch 'codewithdev-changes' of https://github.com/codewithdev/docs into codewithdev-changes 2022-10-03 00:47:05 +05:30
Dev Prakash Sharma
d14b2413de updated code-examples 2022-10-03 00:46:57 +05:30
Dev Prakash Sharma
fdb5e95bca Merge branch 'main' into codewithdev-changes 2022-10-03 00:29:29 +05:30
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
Sushil Jain
5cde6e4aea consistent with next (reusables/gpg/paste-gpg-key-id) (#20509) 2022-09-22 19:49:38 +00:00
John Losito
9191a3f433 Remove unrendered em on gpg key 2022-09-06 13:19:21 -04:00
Tim Rogers
f65d32e3a1 Update "Telling Git about your X.509 key" to not assume that GPG and X.509 are the only signing options
GitHub has recently introduced a third way to sign your commits
alongside GPG and X.509: using an SSH key.

At the moment, our copy about X.509 mentions using it "instead of
GPG", which made sense when the only options were GPG or it, but
now it's a bit confusing. This removes that copy.
2022-09-05 10:09:49 +01:00
Courtney Wilson
12b41ab889 Merge branch 'main' into patch-3 2022-08-26 11:59:58 -05:00
Courtney Wilson
1352d33f36 Update list-keys-with-note.md
attempting space correction
2022-08-26 09:53:14 -05:00
mitche50
e88f9fa9ce chore: update guide to include path to public key for ssh signing 2022-08-25 14:40:23 -04:00
Ayush Shukla
be8a1b84ab Fix docs for adding ssh key for commit signing
The config command expects a path to the private/public key and needs to be prefixed with `key::` when using the public key directly 
ref: https://git-scm.com/docs/git-config#Documentation/git-config.txt-usersigningKey
2022-08-25 20:20:10 +05:30
Rob Bos
66767bb54e Update data/reusables/gpg/list-keys-with-note.md
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2022-08-24 19:13:04 +02:00
Rob Bos
e65a56a42c Update data/reusables/gpg/copy-gpg-key-id.md
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2022-08-24 19:12:58 +02:00
Chris Westra
b90f86e80a Add ssh commit verification content (#29819) 2022-08-23 17:31:31 +00:00
Rob Bos
ea30ccae08 Remove extra space 2022-08-19 21:41:00 +02:00
Rob Bos
9bced9e997 Remove extra space 2022-08-19 21:39:33 +02:00
Courtney Wilson
f36fe14db3 Merge branch 'main' into patch-3 2022-08-18 13:46:04 -05:00
Vanessa
15a1c910ef Add subkey alternative command 2022-08-18 13:22:46 +10:00
Rob Bos
f287061eaf Change from PR comment
https://github.com/github/docs/pull/19676#issuecomment-1217216934
2022-08-17 20:04:42 +02:00
Rob Bos
89c856a8c9 Add copy button 2022-08-11 09:24:15 +02:00
Rob Bos
8253755558 Add copy button 2022-08-11 09:23:27 +02:00
Mitsuru Kariya
7d5f263216 Fix user.signingkey example
Since the value of user.signingkey is passed unchanged to gpg's
--local-user parameter, the fingerprint needs to be suffixed with an
exclamation mark (!).

If a fingerprint is specified without an exclamation mark, it is simply
ignored.
2022-06-21 02:08:50 +09:00
Kasper
e4be2ca147 Specify GH Desktop partial commit signing support 2022-02-10 01:44:30 +01:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Sarah Schneider
cb12455649 ran script/content-migrations/use-short-versions.js 2021-06-24 10:21:07 -04:00
Dev Prakash Sharma
0ce8385ec8 Updated reusables and GPG commands for windows (#7019) 2021-06-03 07:37:42 +00:00
Simran
7ae0162760 Unify YAML indent (#6041) 2021-05-12 22:06:35 +00:00
Jason Etcovitch
caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00