I'm working on a freelance project. The client (let's call him foobar) asked me to upload the code using his github account (my work PC runs 64-bit Windows 10, I have git 2.15.0) installed.
So I did these steps.
Go to Credential Manager -> Windows Credential -> Generic Credentials. Removed my Github account
On the source code directory, performed the standard procedure:
git init git add * git commit -m "first message" git remote add origin https://github.com/foobar/supersecretproject.git git push -u origin master
A Github credential dialog appeared. Entered his credential.
Wait for a while, and yes the code was commited to Github. Opended the Github page, and strangely the commiter shown was me, not foobar. Strange. How to fix this? I want to commit as foobar.