-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig.local
More file actions
29 lines (23 loc) · 790 Bytes
/
gitconfig.local
File metadata and controls
29 lines (23 loc) · 790 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
[alias]
report = "log --author='Christian Trabold' --since='1 monday ago' --until='now' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
report-all = "log --author='Christian Trabold' --until='now' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
[github]
user=ctrabold
[user]
name = Christian Trabold
email = christian.trabold+codes@gmail.com
signingkey = 9295890A
# @see https://difftastic.wilfred.me.uk/git.html#regular-usage
#[diff]
# tool = difftastic
#[difftool]
# prompt = false
#[difftool "difftastic"]
# cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
[alias]
dlog = -c diff.external=difft log -p --ext-diff
# @see https://difftastic.wilfred.me.uk/git.html#difftastic-by-default
#[diff]
# external = difft