dotfiles/dot_gitconfig

22 lines
561 B
Plaintext
Raw Permalink Normal View History

2019-06-08 01:46:49 +02:00
[user]
2023-12-07 09:27:02 +01:00
name = TheEdgeOfRage
2021-04-10 08:46:57 +02:00
email = git@theedgeofrage.com
2022-03-07 19:24:53 +01:00
signingkey = 66AD4BA646FBC0D2
2019-06-08 01:46:49 +02:00
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
2022-06-27 12:40:03 +02:00
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
2019-06-08 01:46:49 +02:00
[diff]
2024-01-25 10:32:46 +01:00
tool = nvim -d
2019-06-08 01:46:49 +02:00
[difftool]
prompt = false
[commit]
gpgsign = true
[pull]
rebase = true
[url "github.com:duneanalytics"]
insteadOf = https://github.com/duneanalytics
2022-10-08 19:10:17 +02:00
[init]
defaultBranch = main
[color]
ui = auto