dotfiles/dot_gitconfig.tmpl
2021-04-14 15:12:17 +02:00

23 lines
380 B
Cheetah

[user]
email = {{ .git_email }}
name = {{ .git_alias }}
[pull]
rebase = false
[push]
default = current
[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
[include]
path = ~/.gitconfig_custom.inc