dotfiles/.config/git/config
2023-03-01 19:03:09 +01:00

22 lines
343 B
Text

[user]
email = fanyx@posteo.net
name = fanyx
[alias]
co = checkout
cn = checkout -b
l = log --pretty='format:%h %G? %s%d' -n20 --graph
tags = tag -l
branches = branch -a
remotes = remote -v
s = status -sb
ss = s -uno
[color]
diff = auto
[init]
defaultBranch = main
[credential]
helper = store