[user] name = René 'Necoro' Neumann email = necoro@necoro.eu [alias] k = !gitk ci = commit ca = commit -a c = commit -a -m cm = commit -m co = checkout d = diff dc = diff --cached wd = diff --word-diff s = status st = status suno = status -uno alias = "!bash -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias \" >&2 && exit 1' -" ll = log --name-status --decorate -M -C com = checkout master cleanse = clean -xfd spush = svn dcommit spull = svn rebase sfetch = svn fetch [push] default = current [diff] rename = copy [core] excludesfile = ~/.gitexcludes [merge] tool = vimdiff # colors :D [color] ui = auto status = false [color "branch"] current = yellow bold local = yellow dim remote = cyan dim [color "diff"] whitespace = red reverse frag = magenta [color "decorate"] tag = green bold branch = yellow bold # this allows to write 'nec:bla/blubb' [url "https://git.necoro.dev/"] insteadOf = "nec:" [url "ssh://git@git.necoro.dev/"] pushInsteadOf = "nec:" pushInsteadOf = "https://git.necoro.dev/" pushInsteadOf = "https://git.necoro.eu/" [init] defaultBranch = master # vim: noexpandtab