Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 232 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 232 Bytes

#create a new repository on the command line git init git remote add origin git@github.com:coolcoding/python_project.git git add . git commit -m "first commit" git push -u origin master git push origin master git pull origin master