Skip to content

Instantly share code, notes, and snippets.

@mrwormhole
Last active March 26, 2025 21:20
Show Gist options
  • Save mrwormhole/9c811aee8171586f125d2399d87b9b30 to your computer and use it in GitHub Desktop.
Save mrwormhole/9c811aee8171586f125d2399d87b9b30 to your computer and use it in GitHub Desktop.
my git config
[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