neoclide / coc-git

Git integration of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git diff against origin/master

stefan-sakalik opened this issue · comments

The plugin currently displays only unstaged changes, but when I'm working on a PR I usually want to see diff between HEAD (incl. unstaged changes) and origin/master. Would it be possible to add this feature or even better a support for a custom diff command?