Move gitconfig to org tangle file

This commit is contained in:
Ian Keane 2024-09-18 22:29:13 -04:00
parent 19b214db96
commit 8e81594324
4 changed files with 22 additions and 28 deletions

View file

@ -1 +0,0 @@
For repo-specific config, use .git/config in the repo itself

View file

@ -1,3 +0,0 @@
[user]
email = ian@keane.sh
name = Ian Keane

View file

@ -1,24 +0,0 @@
[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