File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Configure Git client to use SSH to sign commits and tags for all local repositor
170170
171171??? EXAMPLE "Git Configuration SSH Key sigining"
172172 ```config
173- ## ------ Git Behaviour ------ ##
173+ ## ------ Git Behaviour ------ ##
174174 [ commit]
175175 # Automatically sign every commit
176176 gpgsign = true
@@ -179,7 +179,7 @@ Configure Git client to use SSH to sign commits and tags for all local repositor
179179 # Automatically sign every tag
180180 gpgsign = true
181181
182- # SSH Key signing
182+ # SSH Key signing
183183 [user]
184184 signingkey = ~/.ssh/id_ed25519.pub
185185 [gpg]
@@ -214,7 +214,7 @@ Automatically sign commits and tags when creating a commit
214214
215215The ` --show-signature ` flag with Git ` log ` and ` show ` commands checks the contents of the ` gpg.ssh.allowedSignersFile ` to know which keys are valid
216216
217- Create an ` $HOME/.config/git/allowed-signatures ` file to list the SSH keys that you wish to define as allowed to sign commits.
217+ Create an ` $HOME/.config/git/allowed-signatures ` file to list the SSH keys that you wish to define as allowed to sign commits.
218218
219219Each key entry should start with the email address used for commits, followed by the full public key value (which also ends with the email)
220220
You can’t perform that action at this time.
0 commit comments