-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
57 lines (57 loc) · 1.36 KB
/
.gitconfig
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
49
50
51
52
53
54
55
56
57
[user]
name = Mark St.Godard
email = [email protected]
[core]
excludesfile = /Users/mark/.global_gitignore
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = blue
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = blue
[alias]
lol = log --pretty=oneline --abbrev-commit --graph --decorate
l = log --pretty='format:%C(yellow)%h %C(blue)%ad %C(reset)%s%C(red)%d %C(green)%an%C(reset), %C(cyan)%ar' --date=short
lg = log --pretty='format:%C(yellow)%h %C(blue)%ad %C(reset)%s%C(red)%d %C(green)%an%C(reset), %C(cyan)%ar' --date=short
st = status
ci = commit
dci = duet-commit
co = checkout
br = branch
unstage = reset HEAD --
flog = log --pretty=fuller --decorate
drb = rebase -i --exec 'git duet-commit --amend --reset-author'
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
[push]
default = simple
[core]
editor = vim
[gitreview]
scheme = https
port = 443
username = markstgodard
[url "[email protected]:"]
pushInsteadOf = https://github.com
[url "[email protected]:"]
pushInsteadOf = git://github.com