Files
dotfiles/.gitconfig

22 lines
327 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
[pull]
rebase = false