Added gitconfig template.

This commit is contained in:
Stefan Gaiselmann (centos8) 2020-10-23 13:34:08 +02:00
parent ccbdbd2a46
commit d236594659

14
dot_gitconfig.tmpl Normal file
View File

@ -0,0 +1,14 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = {{ .name }}
email = {{ .email }}
[alias]
graph = log --graph --pretty=format:'%Cred%h %Creset-%C(yellow)%d%Creset %s %Cgreen(%cd) %C(blue)<%an>%Creset' --abbrev-commit --date=relative -30
[core]
editor = vim