2022-08-01 18:42:33 -05:00
|
|
|
[user]
|
2023-02-22 15:32:27 -06:00
|
|
|
name = Price Hiller
|
|
|
|
email = price@orion-technologies.io
|
|
|
|
signingkey = /home/sam/.ssh/keys/id_ed25519
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[init]
|
2023-02-22 15:32:27 -06:00
|
|
|
defaultBranch = Development
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[core]
|
2023-02-22 15:32:27 -06:00
|
|
|
pager = delta
|
|
|
|
ignorecase = false
|
2023-05-18 02:27:20 -05:00
|
|
|
excludesfile = ~/.config/git/ignore
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[interactive]
|
2023-02-22 15:32:27 -06:00
|
|
|
diffFilter = delta --color-only --features=interactive
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[merge]
|
2023-02-22 15:32:27 -06:00
|
|
|
conflictstyle = diff3
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[diff]
|
2023-02-22 15:32:27 -06:00
|
|
|
colorMoved = default
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[delta]
|
2023-02-22 15:32:27 -06:00
|
|
|
navigate = true
|
|
|
|
features = decorations interactive
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[delta "interactive"]
|
2023-02-22 15:32:27 -06:00
|
|
|
keep-plus-minus-markers = false
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[delta "decorations"]
|
2023-02-22 15:32:27 -06:00
|
|
|
# author: https://github.com/clnoll
|
|
|
|
commit-decoration-style = bold box ul
|
|
|
|
dark = true
|
|
|
|
file-style = omit
|
|
|
|
hunk-header-decoration-style = "#022b45" box ul
|
|
|
|
hunk-header-file-style = "#999999"
|
|
|
|
hunk-header-style = file line-number syntax
|
|
|
|
line-numbers = true
|
|
|
|
line-numbers-left-style = "#022b45"
|
|
|
|
minus-emph-style = normal "#80002a"
|
|
|
|
minus-style = normal "#330011"
|
|
|
|
plus-emph-style = syntax "#003300"
|
|
|
|
plus-style = syntax "#001a00"
|
|
|
|
syntax-theme = Solarized (dark)
|
2022-08-01 18:42:33 -05:00
|
|
|
|
|
|
|
[pull]
|
2023-07-05 02:10:35 -05:00
|
|
|
rebase = true
|
2022-08-01 18:42:33 -05:00
|
|
|
[alias]
|
2023-02-22 15:32:27 -06:00
|
|
|
unstage = reset HEAD --
|
2022-08-01 18:42:33 -05:00
|
|
|
[push]
|
2023-02-22 15:32:27 -06:00
|
|
|
autoSetupRemote = true
|
|
|
|
default = current
|
2022-08-28 16:21:52 -05:00
|
|
|
[merge]
|
2023-02-22 15:32:27 -06:00
|
|
|
conflictstyle = diff3
|
2022-10-18 18:44:55 -05:00
|
|
|
[branch]
|
2023-02-22 15:32:27 -06:00
|
|
|
autosetupmerge = always
|
2022-10-18 18:44:55 -05:00
|
|
|
[remote]
|
2023-02-22 15:32:27 -06:00
|
|
|
pushDefault = origin
|
2022-10-24 23:05:39 -05:00
|
|
|
|
2023-02-07 06:22:17 -06:00
|
|
|
[credential]
|
2023-02-22 15:32:27 -06:00
|
|
|
helper = store
|
2023-02-12 19:57:00 -06:00
|
|
|
|
|
|
|
[gpg]
|
2023-02-22 15:32:27 -06:00
|
|
|
format = ssh
|
2023-02-22 20:15:19 -06:00
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
2023-03-21 13:48:08 -05:00
|
|
|
[log]
|
|
|
|
abbrevCommit = true
|
|
|
|
decorate = short
|
|
|
|
[apply]
|
|
|
|
ignoreWhitespace = change
|
|
|
|
[rerere]
|
|
|
|
enabled = true
|
|
|
|
autoUpdate = true
|
|
|
|
[am]
|
|
|
|
threeWay = true
|
2023-04-11 13:53:15 -05:00
|
|
|
[gpg "ssh"]
|
2023-05-18 02:27:20 -05:00
|
|
|
allowedSignersFile = ~/.config/git/allowed_signers
|