what is the difference between pushing a repository and adding a repository to github code example
Example: pushing to github
git add .
git commit -m "First commit"
git push origin master
git add .
git commit -m "First commit"
git push origin master