[user]
  name = Miquel Sabaté Solà
  email = mikisabate@gmail.com

[core]
  editor = vim
  excludesfile = ~/.gitignore
  whitespace = trailing-space,space-before-tab
  abbrev = 12

[help]
  autocorrect = 1

[http]
  sslVerify = true

[alias]
  a = commit -a -s
  down = pull --rebase --stat
  vader = push --force

[format]
  signoff = true

[push]
  default = matching

[apply]
  whitespace = fix

[color]
  ui = true

[url "git://github.com/mssola/"]
  insteadOf = mssola:
[url "git@github.com:mssola/"]
  pushInsteadOf = mssola:

[url "git://github.com/"]
  insteadOf = github:
[url "git@github.com"]
  pushInsteadOf = github:

[url "git://anongit.kde.org/"]
  insteadOf = kde:
[url "ssh://git@git.kde.org/"]
  pushInsteadOf = kde:
[url "git@git.kde.org:"]
  pushInsteadOf = kde:
