dotfiles/.config/git/config

23 lines
343 B
Plaintext
Raw Normal View History

2022-09-29 09:57:52 +02:00
[user]
2023-03-01 19:03:09 +01:00
email = fanyx@posteo.net
2022-09-29 09:57:52 +02:00
name = fanyx
[alias]
2022-10-16 13:50:18 +02:00
co = checkout
cn = checkout -b
2022-09-29 09:57:52 +02:00
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