-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
61 lines (61 loc) · 1.42 KB
/
Copy pathgitconfig
File metadata and controls
61 lines (61 loc) · 1.42 KB
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
# Allow local customizations in the .gitconfig_local file
[include]
path = ~/.gitconfig_local
[diff]
tool = meld
[difftool]
prompt = false
[merge]
tool = meld
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
[color "status"]
added = green
changed = yellow
untracked = red
[core]
excludesfile = ~/.gitexcludes
autocrlf = input
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[push]
default = tracking
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
branchclean = "!f() { git branch --merged | grep -v "^\\*" | grep -v "^\\+" | xargs -r git branch -d; }; f"
branchnoremote = "!f() { git branch -vv | grep gone | awk '{print $1}'; }; f"
authors="shortlog -nse --group=author --group=trailer:co-authored-by"
committers="shortlog -nse --no-merges"
[url "http://paraview.org"]
insteadOf = git://paraview.org
[url "http://public.kitware.com"]
insteadOf = git://public.kitware.com
[url "http://vtk.org"]
insteadOf = git://vtk.org
[branch]
autosetupmerge = true
sort = authordate
[log]
follow = true
[user]
name = Pete Peterson
signingkey = 7B30286B
[column]
branch = auto
[rebase]
autosquash = true
autostash = true
[fetch]
prune = true
all = true
[commit]
gpgSign = true
# signing tags requires annotated tags
#[tag]
# gpgSign = true