Update
This commit is contained in:
35
.gitconfig
35
.gitconfig
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user