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

18 lines
251 B
Plaintext

[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