20 lines
304 B
INI
20 lines
304 B
INI
[user]
|
|
email = zackarias@montell.se
|
|
name = wholteza
|
|
[credential]
|
|
helper = store --file ~/.git-credentials
|
|
[init]
|
|
defaultBranch = main
|
|
[alias]
|
|
a = add
|
|
b = branch
|
|
c = commit
|
|
cl = clone
|
|
co = checkout
|
|
cp = cherry-pick
|
|
m = merge
|
|
p = push --follow-tags
|
|
pu = pull
|
|
r = reset
|
|
s = status
|