Context
The picture below shows the manual process I use to show a git working tree changes with Tortoise Git GUI on Windows.
The process is:
- Right click the root folder of a local git repository.
- Hover over option "TortoiseGit".
- Select option "Diff".
By following these steps, Tortoise Git shows a "Working Tree" window dialog like the one below:
Question
Is it possible to show this same window from the command line on Windows SO? How could one open Tortoise Git "Working Tree" window from git bash?
CodePudding user response:
You can call TortoiseGitProc /path:THEPATH /command:repostatus
In some cases you can omit /path:
cf. https://tortoisegit.org/docs/tortoisegit/tgit-automation.html