-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
33 lines (33 loc) · 722 Bytes
/
.gitconfig
File metadata and controls
33 lines (33 loc) · 722 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
30
31
32
33
[user]
email = dominic.batten@googlemail.com
name = Dom Batten
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[rebase]
autosquash = true
autoStash = true
[init]
defaultBranch = main
[core]
editor = nvim
[pull]
rebase = true
[difftool]
prompt = true
[diff]
tool = nvimdiff
[difftool "nvimdiff"]
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
[url "ssh://git@github.com/"]
insteadof = https://github.com/
[branch]
sort = -committerdate
[alias]
wip = commit --message='TMP: [skip ci]' --allow-empty --no-verify
[push]
autoSetupRemote = true
[url "ssh://git@github.com/octoenergy/"]
insteadof = https://github.com/octoenergy/