Credentials in git, or how to manage several GitHub accounts
On Windows, it seems by default git uses Git Credential Manager for Windows. The first time you try to push something to GitHub, when accessing the repository through HTTPS, you’ll be asked for your username and password. The next time you push anything to GitHub (whether that same repository or...