1
0
Fork 0

add `git` config

urosm 2023-08-12 01:28:14 +02:00
commit 9d65e26164
1 changed files with 17 additions and 0 deletions

17
.config/git/config 100644
View File

@ -0,0 +1,17 @@
[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
rir = rebase -i --root
[rebase]
autoSquash = true
autoStash = true