Added gitconfig template.
This commit is contained in:
parent
ccbdbd2a46
commit
d236594659
14
dot_gitconfig.tmpl
Normal file
14
dot_gitconfig.tmpl
Normal 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
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user