-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitconfig
More file actions
28 lines (27 loc) · 704 Bytes
/
Copy path.gitconfig
File metadata and controls
28 lines (27 loc) · 704 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
[user]
name = Austin Foxley
email = austinf@cetoncorp.com
[diff]
color = auto
[status]
color = auto
submodulesummary = 1
[pager]
color = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f"
all = "!f() { git $*; git submodule foreach --recursive git $*; }; f"
grepa = "!f() { git all grep \"$* || :\"; }; f"
[diff "odf"]
textconv=odt2txt
[push]
default = simple
[core]
excludesfile = ~/.gitignore