pushing data to already created remote repo through local repo 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