From 4fa53ad329cabd197a13269be35c14d1a9566972 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 10 Mar 2021 19:22:51 -0500 Subject: [PATCH] Add a FAQ about symlinks --- README.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cbe279b..198490a 100644 --- a/README.markdown +++ b/README.markdown @@ -108,7 +108,12 @@ following to your vimrc: command! -bang -bar -nargs=* Gfetch execute 'Dispatch -dir=' . \ fnameescape(FugitiveGitDir()) 'git fetch' -[credentials caching]: https://help.github.com/en/articles/caching-your-github-password-in-git +> So I have a symlink and... + +Stop. Just stop. If Git won't deal with your symlink, then Fugitive won't +either. Consider using a [plugin that resolves +symlinks](https://github.com/aymericbeaumet/symlink.vim), or even better, +using fewer symlinks. ## Self-Promotion