Skip to content

Commit a0a62c2

Browse files
source-control: format fixes
1 parent df51630 commit a0a62c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source-control/git-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

215215
The `--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

219219
Each 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

0 commit comments

Comments
 (0)