how to push new file into my exsiting github account code example
Example: how to push a file to github
git remote add origin 'your_url_name'
git push -u origin master
git remote add origin 'your_url_name'
git push -u origin master