kunsis-dotfiles/.gitconfig

24 lines
532 B
INI
Raw Normal View History

2019-09-24 14:25:47 +00:00
[user]
name = Franziska Kunsmann
email = hi@kunsmann.eu
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
2020-02-01 17:54:44 +00:00
2019-09-24 14:25:47 +00:00
[commit]
gpgsign = true
2020-02-01 17:54:44 +00:00
2019-09-24 14:25:47 +00:00
[alias]
hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32
logs = log --show-signature
pfusch = push --force-with-lease
2020-02-01 17:54:44 +00:00
[pager]
branch = false
config = false
stash = false
2020-06-21 11:22:31 +00:00
[pull]
ff = only
[init]
defaultBranch = main