git clone https://github.com/edu-vector/Todo.gitpy -m venv venvpip install -r reqs.txtpy manage.py makemigrations
py manage.py migratepy manage.py createsuperuserpy manage.py runservergit statusgit add .
git commit -m "Your message"git pull origin maingit statusgit add .git commit -m "<dercribe, what do you do to code>"git push origin <your_branch>