-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
58 lines (58 loc) · 1.26 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
[user]
name = Jan Pieper
email = [email protected]
signingkey = B8FC53BE
[alias]
unstage = reset HEAD --
who = !git shortlog --summary --email --numbered
cached = !git diff --cached
amend = !git commit --amend
root = !cd $(rev-parse --show-toplevel)
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[core]
excludesfile = ~/.gitexcludes
editor = /usr/bin/vi -c 'set colorcolumn=72'
attributesfile = ~/.gitattributes
[push]
default = upstream
[branch]
autosetupmerge = true
autosetuprebase = always
[merge]
summary = true
[rebase]
stat = true
[url "[email protected]:"]
insteadOf = "gh:"
pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/"
[url "git://github.com/"]
insteadOf = "github:"
[url "[email protected]:"]
insteadOf = "gst:"
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com"
[url "git://gist.github.com/"]
insteadOf = "gist:"
[github]
user = janpieper
[branch "master"]
mergeoptions = --no-ff
[branch "main"]
mergeoptions = --no-ff
[branch "staging"]
mergeoptions = --no-ff
[branch "develop"]
mergeoptions = --no-ff
[branch "development"]
mergeoptions = --no-ff
[branch "dev"]
mergeoptions = --no-ff
[init]
defaultBranch = main
[diff "sops"]
textconv = sops -d