Skip to content

Commit

Permalink
add --global flag message
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyality committed Dec 26, 2024
1 parent f705d89 commit ddd2704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/contributing/commit-signing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ ssh-keygen -f ~/.ssh/bw-signing -C "$(git config --get user.email)" -t ed25519
git config --global user.signingkey=~/.ssh/bw-signing.pub
```

(Remove the `--global` flag to only apply this setting to the current repository.)

2. Follow the [Github documentation][github-verification] to configure commit signing

3. Configure your preferred git tool below
Expand All @@ -67,7 +69,7 @@ ssh-keygen -f ~/.ssh/bw-signing -C "$(git config --get user.email)" -t ed25519
git config --global tag.gpgSign true
```

(Remove the `--global` flag to only apply this setting to the current repository)
(Remove the `--global` flag to only apply this setting to the current repository.)

### Visual Studio Code

Expand Down

0 comments on commit ddd2704

Please sign in to comment.