lucashungaro / dotfiles

My collection of config files for bash, ruby, rubygems, git, irb, rails and more

This URL has Read+Write access

dotfiles / gitconfig
100644 21 lines (20 sloc) 0.336 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
  name = Lucas HĂșngaro
  email = lucashungaro@gmail.com
[alias]
  st = status
  co = checkout
  b = branch -a
  ci = commit
  sci = svn dcommit
[color]
  branch = auto
  diff = auto
  status = auto
[core]
  excludesfile = /Users/lucashungaro/.gitignore
  editor = mate -w
[apply]
  whitespace = nowarn
[push]
default = current