-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
51 lines (51 loc) · 1.11 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
[user]
name = Daniel Paul Searles
email = [email protected]
signingKey = 376B6A7AB07878BC479FEFB0BC25C53464EAA50B
[color]
ui = true
[core]
excludesfile = ~/.gitignore
pager = less -FXR
[pager]
status = on
[alias]
c = commit -v
mrp = push -o mr.create -o ci.skip
glog = log --graph --show-signature
st = diff --staged
please = push --force-with-lease
[include]
path = ~/.gitconfig.local
[push]
default = simple
[commit]
gpgsign = true
template = ~/.gitmessage
[reflow]
git-server = GitHub
always-deploy-and-cleanup = true
[github]
site = https://github.com
endpoint = https://api.github.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[gpg]
program = gpg
[pull]
ff = only
[init]
defaultBranch = main
[includeIf "gitdir:~/code/gitlab-org/"]
path = ~/.gitconfig-gitlab
[includeIf "gitdir:~/code/gitlab-com/"]
path = ~/.gitconfig-gitlab
[includeIf "gitdir:~/code/gitlab-dsearles/"]
path = ~/.gitconfig-gitlab
[submodule]
recurse = true
[url "[email protected]:"]
insteadOf = https://github.com/