Github UserName and Password Permanent

Save username and password github on ubuntu linux. First you move to your project location then run these commands:

  • git config --global credential.helper store
  • git pull
  • type your username and password
So next time, you don't need to type your information again. The username and password will be saved in ~/.git-credentials