1
0
mirror of synced 2026-01-08 03:01:54 -05:00
Commit Graph

7 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
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
Chris Westra
b90f86e80a Add ssh commit verification content (#29819) 2022-08-23 17:31:31 +00:00