git.mcksp
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
[user]
	email = mac.spychala@gmail.com
	name = maciejspychala
[merge]
	tool = vimdiff
[core]
	excludesfile = ~/.gitignr
[push]
	default = current
[difftool]
	prompt = false
[alias]
	l = log -n 6 --oneline
	s = status -s
	squash = commit --amend --no-edit
	p = add -p
[mergetool]
	keepBackup = false
[url "git@github.com:"]
	insteadOf = https://github.com/
[commit]
	verbose = true
[init]
	defaultBranch = master