dotfiles/dot_gitconfig.tmpl
2021-04-20 13:17:48 +02:00

24 lines
392 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
f = fetch
fo = fetch origin
m = merge
nb = checkout -b
p = push -u origin
pu = pull
s = status
[include]
path = ~/.gitconfig_custom.inc