Files
dotfiles/git/.gitconfig
2026-02-03 21:45:19 +01:00

16 lines
365 B
INI

[user]
name = seajee
email =
[core]
editor = nvim
[alias]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
[init]
defaultBranch = main
[credential]
helper = store