Files
dotfiles/.gitconfig
2025-05-18 16:47:05 +02:00

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