how to pull push github without giving credential everytime in ubuntu 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: git push ubuntu need to supply email and password everytime
machine github.com
login <user>
password <password>