Newer
Older
dotfiles / git / gitconfig.symlink
@Marcus Bengtsson Marcus Bengtsson on 30 Jan 2018 451 bytes Merge master
[core]
	excludesfile = /Users/marcusbengtsson/.gitignore_global
[user]
	name = Marcus Bengtsson
	email = marcus.bengtsson@cactusrail.se
[diff]
  tool = kdiff3
[difftool]
  prompt = false
[merge]
	tool = kdiff3
[init]
	templatedir = ~/.git_template
[alias]
	tree = log --oneline --decorate --all --graph
	pulls = !git pull && git submodule init && git submodule update && git submodule status
[status]
	submodulesummary = true
[push]
	default = simple