automated dev commit
This commit is contained in:
parent
94fe54f20e
commit
49a94e586e
2 changed files with 94 additions and 1511 deletions
|
@ -1,73 +1,111 @@
|
||||||
# GitFlow related sections
|
|
||||||
[gitflow "branch"]
|
|
||||||
master = master
|
|
||||||
develop = develop
|
|
||||||
|
|
||||||
[gitflow "prefix"]
|
|
||||||
feature = feature/
|
|
||||||
release = release/
|
|
||||||
hotfix = hotfix/
|
|
||||||
bugfix = bugfix/
|
|
||||||
support = support/
|
|
||||||
versiontag = v
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = marianoz@posteo.net
|
email = marianoz@posteo.net
|
||||||
name = Mariano Z.
|
name = Mariano Z.
|
||||||
signingkey = 13D35660EC8E8AA03D4370A83FA93CB876C8FFAA
|
signingkey = 13D35660EC8E8AA03D4370A83FA93CB876C8FFAA
|
||||||
|
|
||||||
|
|
||||||
[include]
|
|
||||||
path = ~/.config/git/gitalias.txt
|
|
||||||
[core]
|
[core]
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
excludesfile = ~/.config/git/.gitignore
|
excludesfile = ~/.config/git/.gitignore
|
||||||
compression = 9
|
compression = 9
|
||||||
whitespace = error
|
whitespace = error
|
||||||
preloadindex = true
|
preloadindex = true
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = ~/.config/git/gitalias.txt
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/Sync/"]
|
||||||
|
path = ~/Sync/Obsidian/.gitconfig
|
||||||
|
|
||||||
[advice]
|
[advice]
|
||||||
addEmptyPathspec = false
|
addEmptyPathspec = false
|
||||||
pushNonFastForward = false
|
pushNonFastForward = false
|
||||||
statusHints = false
|
statusHints = false
|
||||||
|
|
||||||
|
[status]
|
||||||
|
branch = true
|
||||||
|
showStash = true
|
||||||
|
showUntrackedFiles = all
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
[color "diff-highlight"]
|
[color "diff-highlight"]
|
||||||
oldNormal = red bold
|
oldNormal = red bold
|
||||||
oldHighlight = red bold 52
|
oldHighlight = red bold 52
|
||||||
newNormal = green bold
|
newNormal = green bold
|
||||||
newHighlight = green bold 22
|
newHighlight = green bold 22
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
meta = yellow
|
meta = black bold
|
||||||
frag = magenta bold
|
frag = magenta
|
||||||
commit = yellow bold
|
context = white
|
||||||
old = red bold
|
whitespace = yellow reverse
|
||||||
new = green bold
|
old = red
|
||||||
whitespace = red reverse
|
|
||||||
|
[color "blame"]
|
||||||
|
highlightRecent = 237, 20 month ago, 238, 19 month ago, 239, 18 month ago, 240, 17 month ago, 241, 16 month ago, 242, 15 month ago, 243, 14 month ago, 244, 13 month ago, 245, 12 month ago, 246, 11 month ago, 247, 10 month ago, 248, 9 month ago, 249, 8 month ago, 250, 7 month ago, 251, 6 month ago, 252, 5 month ago, 253, 4 month ago, 254, 3 month ago, 231, 2 month ago, 230, 1 month ago, 229, 3 weeks ago, 228, 2 weeks ago, 227, 1 week ago, 226
|
||||||
|
|
||||||
|
[color "decorate"]
|
||||||
|
HEAD = red
|
||||||
|
branch = blue
|
||||||
|
tag = yellow
|
||||||
|
remoteBranch = magenta
|
||||||
|
|
||||||
|
[color "branch"]
|
||||||
|
current = magenta
|
||||||
|
local = default
|
||||||
|
remote = yellow
|
||||||
|
upstream = green
|
||||||
|
plain = blue
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = diff-so-fancy --patch
|
||||||
|
signlekey = true
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = /usr/lib/git-core/git-credential-libsecret
|
helper = /usr/lib/git-core/git-credential-libsecret
|
||||||
[mergetool "fugitive"]
|
|
||||||
cmd = vim -f -c "MergetoolStart" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
|
|
||||||
#cmd = vim -f -c \"Gvdiffsplit!\" \"$MERGED\"
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = fugitive
|
tool = fugitive
|
||||||
conflictStyle = diff3
|
conflictStyle = diff3
|
||||||
|
|
||||||
[icdiff]
|
[icdiff]
|
||||||
options = --highlight --line-numbers
|
options = --highlight --line-numbers
|
||||||
#
|
|
||||||
[pull]
|
[diff]
|
||||||
rebase = true
|
context = 3
|
||||||
[rebase]
|
renames = copies
|
||||||
autoStash = true
|
interHunkContext = 10
|
||||||
|
|
||||||
|
[pager]
|
||||||
|
pager = diff-so-fancy | $PAGER
|
||||||
|
|
||||||
|
[diff-so-fancy]
|
||||||
|
markEmptyLines = false
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
default = current
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
default = current
|
||||||
|
followTags = true
|
||||||
|
|
||||||
|
[rebase]
|
||||||
|
autoStash = true
|
||||||
|
missingCommitsCheck = warn
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
|
[log]
|
||||||
|
abbrevCommit = true
|
||||||
|
graphColors = blue,yellow,cyan,magenta,green,red
|
||||||
|
|
||||||
# avoid issues where the `cargo audit` command tries to clone from a repo you do not have WRITE access to.
|
|
||||||
# we already use SSH for every github repo, and so this puts the clone back to using HTTPS.
|
|
||||||
[url "https://github.com/RustSec/advisory-db"]
|
[url "https://github.com/RustSec/advisory-db"]
|
||||||
insteadOf = https://github.com/RustSec/advisory-db
|
insteadOf = https://github.com/RustSec/advisory-db
|
||||||
|
|
||||||
|
@ -83,15 +121,5 @@
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[color "blame"]
|
|
||||||
highlightRecent = 237, 20 month ago, 238, 19 month ago, 239, 18 month ago, 240, 17 month ago, 241, 16 month ago, 242, 15 month ago, 243, 14 month ago, 244, 13 month ago, 245, 12 month ago, 246, 11 month ago, 247, 10 month ago, 248, 9 month ago, 249, 8 month ago, 250, 7 month ago, 251, 6 month ago, 252, 5 month ago, 253, 4 month ago, 254, 3 month ago, 231, 2 month ago, 230, 1 month ago, 229, 3 weeks ago, 228, 2 weeks ago, 227, 1 week ago, 226
|
|
||||||
|
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
bb = !better-git-branch.sh
|
bb = !better-git-branch.sh
|
||||||
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/Sync/"]
|
|
||||||
path = ~/Sync/Obsidian/.gitconfig
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue