Newer
Older
server-setup / .gitconfig
[user]
	name = Daniel Vedder\n
	email = d.vedder@web.de

[core]
	editor = vim

[color]
	ui = auto

[alias]
	history = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
	co = checkout
	hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
	diffc = diff --cached

[push]
	default = simple