commit 4fa53ad329cabd197a13269be35c14d1a9566972 (tree) parent 753318ef83b685f32c6bda5ae5b65b7b239a29a7 Author: Tim Pope <code@tpope.net> Date: Wed, 10 Mar 2021 19:22:51 -0500 Add a FAQ about symlinks Diffstat:
| M | README.markdown | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.markdown b/README.markdown @@ -108,7 +108,12 @@ following to your vimrc: command! -bang -bar -nargs=* Gfetch execute 'Dispatch<bang> -dir=' . \ fnameescape(FugitiveGitDir()) 'git fetch' <q-args> -[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