Last active
March 26, 2025 21:20
-
-
Save mrwormhole/9c811aee8171586f125d2399d87b9b30 to your computer and use it in GitHub Desktop.
my git config
This file contains hidden or 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] | |
email = [email protected] | |
name = F. Talha Altinel | |
signingkey = 767BA4C9767A8367 | |
[url "ssh://[email protected]/"] | |
insteadOf = https://github.com/ | |
insteadOf = http://github.com/ | |
[url "ssh://[email protected]/"] | |
insteadOf = https://gitlab.com/ | |
insteadOf = http://gitlab.com/ | |
[url "ssh://[email protected]/"] | |
insteadOf = https://aur.archlinux.org/ | |
insteadOf = http://aur.archlinux.org/ | |
[alias] | |
gud = log --oneline --graph --color --all --decorate | |
[filter "lfs"] | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
[core] | |
editor = vim | |
[pull] | |
ff = only | |
[push] | |
autoSetupRemote = true | |
[init] | |
defaultBranch = main | |
[commit] | |
gpgsign = true | |
[tag] | |
gpgSign = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment