<<<<<<< HEAD echo "# test11" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/zcan11/test11.git git push -u origin main

example of how to upload a new

git init git commit -m "first commit" nano helloworld.py git add hellowordl.py git commit -m "uploading helloworld.py"

assuming we already setup the default authorization token and no need to use username and password authroization anymore.

git push

refresh the github repository webpage, now helloworld.py would be showing on the page.

if there is the update/editting needed, then it would be just repeating the above section.

git remote add origin https://github.com/zcan11/test11.git git branch -M main git push -u origin main

My_1st_Git

echo "# test11" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/zcan11/test11.git git push -u origin main

example of how to upload a new

git init git commit -m "first commit" nano helloworld.py git add hellowordl.py git commit -m "uploading helloworld.py"

assuming we already setup the default authorization token and no need to use username and password authroization anymore.

git push

refresh the github repository webpage, now helloworld.py would be showing on the page.

if there is the update/editting needed, then it would be just repeating the above section.

git remote add origin https://github.com/zcan11/test11.git git branch -M main git push -u origin main

https://docs.github.com/en/github/importing-your-projects-to-github/importing-source-code-to-github/adding-an-existing-project-to-github-using-the-command-line

e79cb7afbfea1f2f431f0dd597f409309b26d02f