Skip to content

Commit

Permalink
Replace path references with home directory relative references
Browse files Browse the repository at this point in the history
  • Loading branch information
Phundamentals committed Dec 16, 2023
1 parent a09e8c8 commit e60ff0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name =
email =
# Do this for signing with an SSH key:
#signingKey = C:/Users/.../.ssh/signing-key-id
#signingKey = ~/.ssh/<signing-key>
# But this for GPG signing:
# Use the exclamation mark when signing with a GPG subkey, as recommended.
#signingKey = <id>!
[core]
autocrlf = true
symlinks = false
fscache = true
excludesfile = C:/Users/.../.gitignore-global
excludesfile = ~/.gitignore-global
#sshCommand = C:/Tools/OpenSSH/ssh.exe
sshCommand = C:/Tools/PuTTY/plink.exe -agent
[gpg]
Expand All @@ -22,7 +22,7 @@
[gpg "ssh"]
# Do this for SSH signing:
#echo "$(git config --global --get user.email) namespaces=\"git\" $(cat ~/.ssh/id_rsa.pub)" >> ~/.ssh/allowed_signers
allowedSignersFile = C:/Users/.../.ssh/allowed_signers
allowedSignersFile = ~/.ssh/allowed_signers
[commit]
# Do this for both:
gpgSign = true
Expand Down

0 comments on commit e60ff0a

Please sign in to comment.