Is there any way to see the git output produced by the most recent git command using vim-fugitive?
I know that there is :Git! but this is only useful if you know that you want to see results of a command before you issue it.
What do I do if I issued, say :Gpull, then vim shown no output, and I would, just in case, like to see what was the git command output, after I have called pull? (of course doing :Git! pull does not help, as the subsequent pull will produce a different output).
Thank you for helping.