elliottcable / dotfiles

elliottcable's dotfiles

This URL has Read+Write access

commit  c8669ad2204fb7774579daa3a25082045a3e11a1
tree    a825012fcf682cf4a0035cf5441fd138bb9f9ad6
parent  a8031d7609c665724183f9714e57da9d960081eb
dotfiles / gitconfig
100644 37 lines (36 sloc) 0.607 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
26
27
28
29
30
31
32
33
34
35
36
37
[user]
name = elliottcable
email = me@ell.io
[color]
status = auto
diff = auto
branch = auto
interactive = auto
[alias]
st = status
ci = commit
co = checkout
staged = diff --cached
unstaged = diff
both = diff HEAD
oneline = log --pretty=oneline
amend = commit --amend
[merge]
tool = git-chdiff
[diff]
  mnemonicprefix = true
[format]
numbered = auto
[core]
legacyheaders = false
editor = nano
whitespace = -trailing-space
excludesfile = /Users/elliottcable/.gitignore
[repack]
usedeltabaseoffset = true
[branch]
autosetupmerge = true
[pager]
status = false
[push]
default = matching