In this tutorial video we look at how to manage usernames and passwords for multiple GitHub accounts on a single Windows PC. Configuring the Windows Credentials manager to store the username and password for a single account is the first step and this is achieved using the Git config (global). We then modify this config setup to ensure that the username/password is stored on a per account basis rather than just for GitHub as a whole. This process uses the HTTPS cloning method rather than other solutions that require us to switch to SSH.