Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
21 lines (20 sloc) 474 Bytes
[user]
email = matjaz@finzgar.net
name = Matjaž Finžgar
[push]
default = simple
[alias]
graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
one = log --oneline --all
stat = status -sb
last = show -1
unstage = reset HEAD --
cached = diff --cached
d = difftool
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
[color]
ui = auto
[diff]
tool = vimdiff
[difftool]
prompt = false