dotfiles/gitconfig

48 lines
1015 B
Plaintext
Raw Normal View History

2017-11-03 07:09:33 +00:00
[user]
email = nold@gnu.one
name = Gerrit Pannek
[status]
showUntrackedFiles = all
[alias]
f = fetch -v
l = log --all --graph --decorate=full --pretty=fuller --date-order --full-history
r = rebase origin/master master
c = commit -m
s = status
logv = log --graph --decorate=full --date-order --full-history --date=local master HEAD
logvr = log --graph --decorate=full --date-order --full-history --date=local master HEAD origin/master
logva = log --graph --decorate=full --date-order --full-history --date=local --all
logpf = log --patch --follow
dt = difftool
mt = mergetool
[push]
#default = current
default = simple
[core]
autocrlf = input
[color]
ui = auto
#[color "diff"]
# whitespace = red reverse
[pull]
rebase = true
[clean]
requireForce = true
[merge]
tool = vimdiff3
conflictstyle = diff3
ff = only
#[diff]
# tool = vimdiff
[mergetool]
prompt = false
[difftool]
prompt = false