aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /gitconfig
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig/mitch35
1 files changed, 0 insertions, 35 deletions
diff --git a/gitconfig/mitch b/gitconfig/mitch
deleted file mode 100644
index 577d4eb..0000000
--- a/gitconfig/mitch
+++ /dev/null
@@ -1,35 +0,0 @@
-[core]
- pager = less -FXx 4
-[user]
- email = mitch@riedstra.dev
- name = Mitchell Riedstra
-[alias]
- hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
- histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat
- dt = difftool
- mt = mergetool
-[pull]
- ff = only
-[diff]
- tool = nvimdiff
-[difftool]
- prompt = false
-[mergetool]
- prompt = false
-[merge]
- tool = nvimdiff
-
-[filter "lfs"]
- clean = git-lfs clean -- %f
- smudge = git-lfs smudge -- %f
- process = git-lfs filter-process
- required = true
-
-[url "git:"]
- insteadof = https://git.riedstra.dev/
-
-# [url "https://github.com/"]
-# insteadof = "ssh://git@ssh.github.com/"
-
-[init]
- defaultBranch = master