A compilation of dotfiles - and dev bits - that have been and are in use.
When working with a bare repository (git worktree), it is necessary to run this command in order for git fetch to work properly.
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"reference taken from this article.