-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
83 lines (83 loc) · 1.95 KB
/
Copy pathgitconfig
File metadata and controls
83 lines (83 loc) · 1.95 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[core]
excludesfile = ~/.gitignore_global
pager = delta
[user]
email = tshakah@gmail.com
name = Elisha Hastings
[pull]
rebase = interactive
default = current
[push]
followTags = true
autoSetupRemote = true
useForceIfIncludes = true
[rebase]
autoStash = true
[commit]
verbose = true
[init]
defaultBranch = main
[safe]
directory = /etc/nixos
[pager]
blame = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[diff]
colorMoved = default
[includeIf "gitdir:~/source/prima/"]
path = ~/source/prima/.gitconfig
[includeIf "gitdir:~/source/seaweed-generation/"]
path = ~/source/seaweed-generation/.gitconfig
[includeIf "gitdir:~/source/seagen/"]
path = ~/source/seagen/.gitconfig
[includeIf "gitdir:~/source/flexibility/"]
path = ~/source/flexibility/.gitconfig
[includeIf "gitdir:~/source/doccla/"]
path = ~/source/doccla/.gitconfig
[help]
autocorrect = 1
[alias]
hubpr = "!bash ~/source/dotfiles/scripts/github-request-review"
root = rev-parse --show-toplevel --show-superproject-working-tree
blm = "blame -wCCC"
append = town append
compress = town compress
continue = town continue
contribute = town contribute
delete = town delete
diff-parent = town diff-parent
down = town down
hack = town hack
observe = town observe
park = town park
prepend = town prepend
propose = town propose
rename = town rename
repo = town repo
set-parent = town set-parent
ship = town ship
sync = town sync
up = town up
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[hooks]
gitleaks = true
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[branchless "next"]
interactive = true
[merge]
ff = only
[git-town]
sync-feature-strategy = rebase