Save Credentials for Remotes in Git
Setup Git Credential Storage Globally
$ git config --global credential.helper storeSetup Git Credential Storage on a Single Repository
$ cd /path/to/the/respository
$ git config credential.helper storeLast updated