Context
The picture below shows the manual process I use to show a Git working tree changes with TortoiseGit 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, TortoiseGit 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? How could one open TortoiseGit "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