How to store your Github credentials username and password so that you don’t have to type it every time on the command line
First do: git config credential.helper store Then do: git pull Warning: The storage format is a .git-credentials file, stored in plain-text! You might want to do