-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
94 lines (73 loc) · 2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[user]
name = Parker Coates
useConfigOnly = true
[advice]
detachedHead = false
statusHints = false
[alias]
pfetch = branch-pull --fetch-only
ppull = branch-pull
ppush = branch-push
branch-ages = for-each-ref --sort=committerdate refs/remotes refs/heads --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:green)%(committerdate:relative)%(color:reset) - %(authorname)'
ignored = ls-files -o -i --exclude-standard
last-week = !git log --all --author=\"$(git config user.name)\" --since='2 sunday ago' --until='1 sunday ago' --date-order --reverse --date=short --format=format:'%C(blue)%cd %C(yellow)(%cr) %C(green)%h %Creset%s'
last-two-weeks = !git log --all --author=\"$(git config user.name)\" --since='3 sunday ago' --until='1 sunday ago' --date-order --reverse --date=short --format=format:'%C(blue)%cd %C(yellow)(%cr) %C(green)%h %Creset%s'
merge-tool = mergetool
plog = log --graph --format=format:'%C(bold blue)%h%Creset%C(bold magenta)%d%Creset %C(green)%an%Creset %s %C(yellow)(%cr)'
qr = quick-rebase
st = status --short
unadd = reset HEAD
unstage = reset HEAD
wipi = wip --index-only
[cola]
tabwidth = 4
textwidth = 70
[color]
ui = true
[core]
autocrlf = input
excludesfile = ~/.gitignore-global
# pager = less $LESS -FRXS
whitespace = blank-at-eol,space-before-tab,tab-in-indent,blank-at-eof
[credential]
helper = cache --timeout=10800
[diff]
algorithm = patience
mnemonicprefix = true
renames = copies
tool = kdiff3
indentHeuristic = true
[fetch]
prune = true
[gui]
diffcontext = 6
editor = kate
historybrowser = gitk
[init]
defaultBranch = main
templatedir = ~/.gittemplates
[log]
date = iso
decorate = short
[merge]
renameLimit=0
tool = kdiff3
[merge "ours"]
driver = true
[mergetool]
keepBackup = false
[pull]
rebase = true
[push]
default = simple
[rebase]
autosquash = true
autostash = true
[rerere]
enabled = true
[revise]
autoSquash = true
[url "git://anongit.kde.org/"]
insteadOf = kde:
[url "[email protected]:"]
pushInsteadOf = kde: