dotfiles/.config/git/config

23 lines
342 B
Plaintext

[user]
email = fanyx@fanyx.xyz
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