I have a Mac with a bash terminal, Vagrant, and had it set up with a GitHub account that was associated with a programming company/class and now that I'm not longer a part of that, I need to switch my username and password to a new github account. I don't need to reload the existing repository, and I already made a new one under a different account, but I can't push anything until I get my new password added. I don't know the commands for putting in my password. I followed this: https://help.github.com/articles/set-up-git
But it doesn't tell me how to set up my password. Also, the way it was set up before, I just had to do git add, git commit -m"", and git push origin master to push files into a repository. I think I might have a password manager or something like that installed but I'm not sure how to go about changing that. I can't add the new repository until I get the password set up.