diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl new file mode 100644 index 0000000..e39cab8 --- /dev/null +++ b/dot_gitconfig.tmpl @@ -0,0 +1,19 @@ +[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