Run this command to remember your password:
git config --global credential.helper 'cache --timeout 28800'
Above command will tell git to cache your password for 8 hours.
If you want to switch to another github account then u can run this command
git credential-cache exit
Above command will flush any stored password from cache.
Reference: http://git-scm.com/docs/git-credential-cache