1
0
Fork 0

add `git` config

urosm 2023-08-12 01:28:14 +02:00
commit 39c3d53470
1 changed files with 13 additions and 0 deletions

13
.config/git/config 100644
View File

@ -0,0 +1,13 @@
[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