sdf_yadm/.gitconfig

20 lines
364 B
INI

[core]
editor = vi
quotepath = false
[alias]
graph = log --decorate --oneline --graph
whatsnew = !git log ..origin/`git rev-parse --abbrev-ref HEAD`
[user]
name = me
email = me@example.com
[init]
templatedir = ~/.git_template
[pull]
rebase = false
[fetch]
prune = false
[rebase]
autoStash = false
# vim: set ft=gitconfig :