Skip to content
.gitconfig 431 B
Newer Older
nimrod's avatar
nimrod committed
[user]
	name = Adar Nimrod
	email = nimrod@shore.co.il
	signingKey = 9AAA2526
nimrod's avatar
nimrod committed
[push]
	default = simple
nimrod's avatar
nimrod committed
[alias]
nimrod's avatar
nimrod committed
    clone-recursive = clone --recursive
    push-tags = push --tags
    pull-submodules = submodule update --remote
nimrod's avatar
nimrod committed
    diff-cached = diff --cached
[transfer]
    fsckobjects = true
[fetch]
    fsckobjects = true
[receive]
    fsckObjects = true
nimrod's avatar
nimrod committed
[merge]
	tool = kompare
[diff]
	tool = kompare
[difftool]
	prompt = false