赞
踩
1、进入上传文件夹: git init
2、git add .
3、git commit -m "first commit"
4、git remote add origin https://github.com/Deepcong2019/face_recognition.git
5、git pull origin master --allow-unrelated-histories
6、git remote set-url origin https://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@github.com/Deepcong2019/yolov4_cong.git
7、git push -u origin master
已经上传到git的本地文件夹,只需要:
git add xxx.py yyy.py
git commit -m "修改了xxx"
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。