[user] name = René 'Necoro' Neumann email = necoro@necoro.net [alias] k = !gitk ci = commit ca = commit -a c = commit -a -m cm = commit -m co = checkout d = diff dc = diff --cached s = status alias = "!bash -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias \" >&2 && exit 1' -" ll = log --name-status --color -M -C com = checkout master cleanse = clean -xfd spush = svn dcommit spull = svn rebase sfetch = svn fetch [push] default = tracking [diff] rename = copy [core] excludesfile = ~/.gitexcludes # this allows to write 'nec:bla/blubb' [url "git://git.necoro.eu/"] insteadOf = "nec:" [url "ssh://git@git.necoro.eu/"] pushInsteadOf = "nec:" # vim: noexpandtab