how to stop git from requesting for email and password on every push code example
Example: git asking for password every time
# it will ask just one more time
git config --global credential.helper store
# it will ask just one more time
git config --global credential.helper store