[user]
  name = Gregory Eremin
  email = root@localhost
[alias]
  co = checkout
  br = checkout -b
  ci = commit
  cp = cherry-pick
  st = stash
  sp = stash pop
  undo = reset --soft HEAD^
  reword = commit --amend -m
  last = for-each-ref --sort=-committerdate --count=10 refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) %(color:green)(%(committerdate:relative))%(color:reset) - %(color:blue)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname)'
[color]
  diff = auto
  status = auto
  branch = auto
  ui = true
[core]
  excludesfile = ~/.gitignore
  editor = vim
[push]
  default = current
[apply]
  whitespace = nowarn
[gpg]
  program = gpg2
