public
Description: bash, git, vim, irb, rails, sake
Clone URL: git://github.com/mislav/dotfiles.git
Search Repo:
dotfiles / gitconfig
100755 18 lines (17 sloc) 0.285 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
  name = Mislav Marohnić
  email = mislav.marohnic@gmail.com
[apply]
  whitespace = nowarn
[alias]
  co = checkout
  put = push origin HEAD
[color]
  diff = auto
  status = auto
  branch = auto
[core]
  excludesfile = /Users/mislav/.gitignore
  editor = mate -w
[mirror]
  summary = true