When you run a command in Git Extensions, it pops up a window and shows you the git command line that it invokes along with the resulting output. This is handy but sometimes I close the window before I realize that I wanted to look at the details of the output. Does Git Extensions log this output anywhere by default or can it be configured to?
标签:
git-extensions
相关问题
- Git Extensions stored wrong credentials [duplicate
- The fingerprint of this host is not registered by
- Can't manage to load my private key with git e
- How to remove/hide GitExtensions toolbar from Visu
- Git Extensions and Meld merge
相关文章
- Git Extensions stored wrong credentials [duplicate
- The fingerprint of this host is not registered by
- Can't manage to load my private key with git e
- How to remove/hide GitExtensions toolbar from Visu
- Git Extensions and Meld merge
- Git bash home directory different from Git extensi
- 阻止特定的文件在Git仓库中部分用户(block specific file for some us
- GIT扩展无法连接到远程但混帐bash所做的(GIT extensions does not con
Looks like there is no such functionality. You can see the commands issued by Git Extensions from `Help-Gitcommand log'. I guess storing the outputs as well would be too heavy, as the results can be quite lengthy - think of the "Limit number of commits that will be loaded startup" setting. I have a value of 10000 there, and there will be at least that many lines in the output when I just open the program.