Last active
September 6, 2022 18:40
-
-
Save gyandeeps/ec7706b933c6386990e0092338fb158a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Gyandeep Singh | |
email = [email protected] | |
signingkey = <ssh key> | |
[push] | |
default = current | |
[core] | |
autocrlf = input | |
sshCommand = "ssh -i ~/.ssh/id_ed25519" | |
[includeIf "gitdir:~/magic-pixel/"] | |
path = ~/.gitconfig-work | |
[gpg] | |
format = ssh | |
[commit] | |
gpgSign = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment