This commit is contained in:
2021-06-27 19:28:33 +02:00
parent 800dc876e8
commit f19d3fdaec
11 changed files with 137 additions and 86 deletions

View File

@ -38,8 +38,10 @@
; rebase not-yet-pushed commits
rebaselocal = "!REMOTE=$( git rev-parse --abbrev-ref HEAD@{u} ) ; if [ -n "$REMOTE" ]; then git rebase -i $REMOTE ; else echo "ERROR: Unable to determine remote branch" ; fi"
[diff]
tool = vimdiff
[difftool]
prompt = false
[core]
@ -73,6 +75,39 @@
new = green bold
whitespace = red reverse
[includeIf "gitdir:~/Projects/jazzy.pro/"]
path = ~/Projects/jazzy.pro/.gitconfig
[includeIf "gitdir:~/Projects/CyfroweNiebo/"]
path = ~/Projects/CyfroweNiebo/.gitconfig
[includeIf "gitdir:~/Projects/streamsage.io/"]
path = ~/Projects/streamsage.io/.gitconfig
[includeIf "gitdir:~/Projects/GONG/"]
path = ~/Projects/GONG/.gitconfig
[credential "https://git.jazzy.pro"]
username = aleksander.cynarski
[init]
defaultBranch = master
[pull]
rebase = false
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[delta]
plus-style = "syntax #012800"
minus-style = "syntax #340001"
# syntax-theme = Monokai Extended
navigate = true
side-by-side = true
[interactive]
diffFilter = delta --color-only