forked from sferik/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
37 lines (37 loc) · 657 Bytes
/
gitconfig
File metadata and controls
37 lines (37 loc) · 657 Bytes
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]
email = sferik@gmail.com
name = Erik Michaels-Ober
[gist]
browse = true
private = true
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
frag = magenta bold
meta = yellow bold
new = green bold
old = red bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
br = branch
bl = blame -C
ci = commit
co = checkout
df = diff --word-diff
l1 = log --oneline --decorate
lg = log -p
st = status -bs
[core]
excludesfile = /Users/erik/.gitignore_global
quotepath = false
[push]
default = tracking