I recently created a second GitHub account two separate my work and my private projects (before, I only had the work account). I use https in combination with the Windows cr
You can set a user for that repository only by typing:
git config --local user.name 'Full Name'
git config --local user.email 'your@mail.com'
This wont affect you other repositories.