Skip to content

Instantly share code, notes, and snippets.

@eiko03
Created December 23, 2021 10:31
Show Gist options
  • Save eiko03/883c737a3135cc3530e1f69ccdd235e9 to your computer and use it in GitHub Desktop.
Save eiko03/883c737a3135cc3530e1f69ccdd235e9 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = eiko-iq
email = tsultan@iquantile.com
signingkey = tsultan@iquantile.com
[core]
autocrlf = input
[commit]
gpgsign = true
[tag]
gpgsign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[alias]
acp = "! acp() { git commit -a -S -m \"$1\" && git push ; } ; acp"
[gpg]
program = gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment