-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
49 lines (49 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
[user]
name = Dave Long
email = dlong@cagedata.com
signingkey = 4FF9ED7C
[alias]
co = checkout
wtf = !$DOTFILES/bin/git-wtf
cleanup = !$DOTFILES/bin/git-cleanup
rank-contributors = !$DOTFILES/bin/git-rank-contributors
count = shortlog -sn
ribbon = tag --force _ribbon origin/master
catchup = log --patch --reverse --topo-order _ribbon..origin/master
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
aa = add --all --intent-to-add
ap = add --patch
stat = status --short --branch
today = log --since 00:00:00 --all --no-merges --oneline --author=dlong@cagedata.com
[color]
ui = auto
diff = auto
status = auto
branch = auto
[core]
excludesfile = /Users/david/.gitignore
editor = "nvim"
[apply]
whitespace = nowarn
[github]
user = davejlong
[push]
default = simple
[commit]
template = ~/.gitmessage
gpgsign = true
[branch]
mergeoptions = --no-ff
[merge]
tool = "nvim"
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[gpg]
program = gpg1