Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,8 +34,8 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl

```shell
git config --global credential.helper "cache --timeout=3600"
git config --global user.name "Pieter Viljoen"
git config --global user.email "ptr727@users.noreply.github.com"
git config --global user.name "Your Name"
git config --global user.email "your-email@example.com"
git config --global core.sharedRepository group
git config --global --add safe.directory '*'

Expand All@@ -51,7 +51,7 @@ Packages published on [NuGet](https://www.nuget.org/packages/ptr727.ProjectTempl
git config --global gpg.ssh.allowedSignersFile "~/.config/git/allowed_signers"
echo "$(git config --get user.email) namespaces=\"git\" $(cat ~/.ssh/id_ed25519.pub)" >> ~/.config/git/allowed_signers
cat ~/.config/git/allowed_signers
git log --show-signature # Good "git" signature for ptr727@users.noreply.github.com with ED25519 key SHA256:XI0SwS++aVpnvgVM/OQ9q3BpfmIXcNT6AdiM0UnYMNs
git log --show-signature # Good "git" signature for your-email@example.com with ED25519 key SHA256:YourKeyFingerprintHere

git config --list --show-origin
```
Expand Down