public
Description: my configuration files
Homepage:
Clone URL: git://github.com/fnando/dotfiles.git
dotfiles / gitconfig
100644 22 lines (21 sloc) 0.324 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
name = Nando Vieira
email = fnando.vieira@gmail.com
[color]
diff = auto
status = auto
branch = auto
ui = true
[alias]
sh = !git-sh
ci = commit
co = checkout
b = branch
st = status
who = shortlog -s --
fl = log -p
[core]
editor = mate -wl1
excludefile = /Users/fnando/.gitignore
[help]
autocorrect = 1