- Pull info from commit diffs => grep for usernames and passwords
- Pull email addresses from user commits, shown below:
– You can pull user email addresses via the CLI: –
- Clone a repo to your local client
- Pull commit history to display user information
- $ git log <branch-name>
– Or pull the email address in the browser –
- Open a web browser and navigate to a public git repo
- Open any project in the browser
- Open any commit in the browser by clicking on the commit message
- In the URL bar add “.patch” to the commit URI and press enter
- At the top of the page the user name and email address associated with that commit will be listed.