public
Description: Public home directory files
Homepage:
Clone URL: git://github.com/norm/homedir.git
homedir / .gitconfig
100644 25 lines (19 sloc) 0.293 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[github]
user = norm
token = REPLACE_ME_WITH_TOKEN
 
[user]
email = norm@cackhanded.net
name = Mark Norman Francis
 
[color]
status = auto
diff = auto
branch = auto
 
[merge]
tool = opendiff
 
[alias]
br = branch
co = checkout
d = diff
dc = diff --cached
p = push
s = status