dotfiles/.gitconfig

30 lines
771 B
INI
Raw Permalink 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
2021-04-23 12:08:08 +00:00
verbose = 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
2021-04-11 06:12:25 +00:00
prinfo = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(reset)%s %C(dim white)- %an%C(reset)' main...
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
2022-06-05 10:18:43 +00:00
[core]
excludesFile = ~/.config/gitignore-global
2022-08-08 06:11:57 +00:00
[push]
autoSetupRemote = true