dotfiles/.config/git/config
2023-09-09 10:28:47 +02:00

29 lines
510 B
Text

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