Cd Users/mahaibin/python3/BestOne/ Git init Git add . // 添加该目录下所有项目进入仓库 Git commit -m “add BestOne polls APP"
git remote add origin git@github.com:mahaibin97/Django-learning git push -uf origin master