everytime i git push it asks for password code example
Example 1: git asking for password every time
# it will ask just one more time
git config --global credential.helper store
Example 2: avoid specifying username and password github
git config credential.helper store