dotfiles/dot_gitconfig.tmpl
2021-04-07 15:29:21 +02:00

19 lines
304 B
Cheetah

[user]
email = {{ .git_email }}
name = {{ .git_alias }}
[pull]
rebase = false
[alias]
a = add
c = commit
cd = checkout develop
cl = clone
cm = checkout master
co = checkout
cp = cherry-pick
fo = fetch origin
m = merge
nb = checkout -b
p = push -u origin
pu = pull
s = status