login to github and remember with git code example
Example: git remember login
git config --global credential.helper store
# after you entered your login data one more time
# it will remember it for the next times
git config --global credential.helper store
# after you entered your login data one more time
# it will remember it for the next times