[hub]
  protocol = https
[user]
  name = Gregory Eremin
  email = magnolia_fan@me.com
[credential]
  helper = osxkeychain
[alias]
  co = checkout
  br = checkout -b
  st = status -sb
  ci = commit
  rd = rebase -i development
  rh = rebase -i HEAD~5
[color]
  diff = auto
  status = auto
  branch = auto
  ui = true
[core]
  excludesfile = ~/.gitignore
  editor = vim
[push]
  default = current
[apply]
  whitespace = nowarn
[mergetool]
  keepBackup = false
[difftool]
  prompt = false
[help]
  autocorrect = 1
[achievement]
	upload = true