I made a mistake when I first committed. I\'m on another person\'s computer and pushed a version with their user.name instead of mine. How can I delete this?
You can just force-push a repository containing the initial commit you want to Github using git push --force.
git push --force