Similar to the question on using a proxy (like fiddler) to intercept requests made from Node.js, is it possible to listen to communications made by git
Local git commands like checkout
and commit
don't make any external requests.
But remote commands like push
and pull
should make network requests
However, they don't show up in fiddler when monitoring "All Processes"