15 lines
327 B
Cheetah
15 lines
327 B
Cheetah
# 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
|
|
|
|
|