GrandZhuo
GrandZhuo
Avid fan of tig!!! I want to use tig to compare different branches. For example, ```tig master..dev``` ```tig master ^dev``` ```tig master...dev```, they all work well. But when I use...
We can see the modified file list in the diff view, like this: ``` path/tofile1 | 2 +- path/tofile2 | 10 ---------- ``` I want to add file status before...
Project information is saved in the DirectoryManager when the plug-in is initialised. However, when there are multiple modules built together, DirectoryManager doesn't sense that the Project has changed, resulting in...