-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
48 lines (39 loc) · 844 Bytes
/
gitconfig
File metadata and controls
48 lines (39 loc) · 844 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
38
39
40
41
42
43
44
45
46
47
48
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = cyan
[merge]
tool = opendiff
[repack]
usedeltabaseoffset = true
[alias]
st = status -sb
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --graph --abbrev-commit --date=relative
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[push]
default = tracking
[core]
editor = /usr/bin/vim
autocrlf = false
[credential]
helper = cache --timeout=14400
[hub]
protocol = https
[user]
name = Nate Delage
email = nate@natedelage.com
[github]
username = ndelage