PythonClass Repo for all the code submission git init git add README.md git commit -m "first commit" git branch - 8354 m main git remote add origin https://github.com/nikunjangc/PythonClass.git git push -u origin main …or push an existing repository from the command line git remote add origin https://github.com/nikunjangc/PythonClass.git git branch -m main git push -u origin main Steps to setup git set up git -> windows fork the repo -> https://github.com/nikunjangc/PythonClass clone the repo -> git clone add your code commit your code create pull request