dotfiles/stowers/git/dot-gitconfig
2025-06-22 15:16:11 +02:00

22 lines
402 B
Text

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Hans Goor
email = me@eyedevelop.org
signingkey = ~/.ssh/id_ed25519.pub
[commit]
gpgSign = true
[pull]
rebase = true
[push]
autoSetupRemote = true
[merge]
ff = no
[init]
defaultBranch = main
[gpg]
format = ssh
[alias]
fwl = push --force-with-lease
[core]
excludesFile = ~/.gitignore