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.

