Say I have thousands of users on the same corporate network making millions of network requests/transactions.
Say some of them are committing or pushing code to some repo, public or private, on github.com.
However they are committing or pushing the code — command line, IDE, etc. — I’m assuming the computer makes some type of PUSH request to some GitHub URL/API. Is that right?
Could I dump all destinations of all network requests and then filter on the commits/pushes to GH?