-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig_mac
48 lines (48 loc) · 1.25 KB
/
gitconfig_mac
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
[alias]
br = branch
ci = commit
co = checkout
dc = diff --cached
df = diff
l = log --topo-order
flog = log --pretty=medium
glog = log --graph --decorate --pretty=oneline --topo-order --abbrev-commit --format='%C(yellow)%h %C(green)%ai %an%C(yellow) | %C()%s%C(auto)%d'
ls = ls-files
st = status
standup = log --since yesterday --oneline --author 'Ed Saunders'
[color]
branch = auto
diff = auto
status = auto
[core]
excludesfile = /Users/edsaunders/.gitignore_global
[credential]
helper = cache --timeout=3600
[format]
pretty = format:%C(yellow)%h %C(green)%ai %an%C(yellow) | %C()%s%C(auto)%d
[init]
templatedir = ~/scripts/git_template
[instaweb]
browser = google-chrome
httpd = apache2ctl
port = 12345
[log]
decorate = true
[merge]
conflictstyle = diff3
tool = vimdiff
[pager]
diff = /Users/edsaunders/src/git/git/contrib/diff-highlight/diff-highlight | less
log = /Users/edsaunders/src/git/git/contrib/diff-highlight/diff-highlight | less
show = /Users/edsaunders/src/git/git/contrib/diff-highlight/diff-highlight | less
[push]
default = current
[user]
email = [email protected]
initials = es
name = Ed 'seddy' Saunders
signingkey = CDEE9DC3B0B68708
[web]
browser = google-chrome
[commit]
gpgsign = true