In vscode Source Control pane, I would like to get a log of the commands of any applied git command of the running session, including all mouse-click actions.
For example:
Before "Initialize Repository":
After "Initialize Repository", which should log the git init
command:
And so on.
The Git Output
is available in the Output
pane if you select Git
instead of Tasks
from its toolbar.
You get the same result through ["Source Control" > 3 dots [...] > "Show Git Output"].
(This quotes @PanagiotisKanavos's comment who has not answered after request.)