gitconfig
This commit is contained in:
parent
73761b7be7
commit
bdba0667d8
1 changed files with 24 additions and 0 deletions
24
slackware/home/git/.gitconfig
Normal file
24
slackware/home/git/.gitconfig
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
[user]
|
||||||
|
name = Ian Keane
|
||||||
|
email = ian@keane.sh
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
find-file = "!for branch in `git for-each-ref --format=\"%(refname)\" refs/heads`; do echo \"${branch}:\"; git ls-tree -r --name-only $branch | nl -bn -w3 | grep \"$1\"; done; :"
|
||||||
|
|
||||||
|
[core]
|
||||||
|
pager = delta
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
navigate = true
|
||||||
|
side-by-side = true
|
||||||
|
line-numbers-left-format = ""
|
||||||
|
line-numbers-right-format = "│ "
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
colorMoved = default
|
||||||
Loading…
Add table
Add a link
Reference in a new issue