Quick note on cloning, committing, and pushing anonymously on GitHub.
Steps:
Create an anonymous account and repo on GitHub
Clone repo to local computer
Navigate to it
Configure anonymous username and email
'Anonymous'
git config user.name '<>' git config user.email
git add .-m "initial commit"
git commit git pull
# replace username, password, and repository:
'https://username:password@github.com/username/repository.git' git push
Bo\(^2\)m =)