1
0
Fork 0
dot/.config/git/config

14 lines
181 B
Plaintext
Raw Normal View History

2023-08-12 01:28:14 +02:00
[credential]
helper = cache
[user]
email = urosm@kompot.si
name = urosm
[init]
defaultBranch = main
[alias]
l = log --pretty=oneline
s = status
d = diff
a = add
c = commit