文章目录
🌕git提交修改到远程仓库
🌙添加修改的内容
git add unbox_yolov5_deepsort_counting/
🌙提交修改的内容(本地)
git commit -m "init"
🌙提交修改的内容到远程
1.提交到主分支
git push origin master
2.提交到分支
git push origin master:新分支名字
🌕博客笔记
🌙Git同步代码的基本步骤
🌙git出现文件夹后面跟@+数字
🌕🌙⭐
git add unbox_yolov5_deepsort_counting/
git commit -m "init"
1.提交到主分支
git push origin master
2.提交到分支
git push origin master:新分支名字
🌕🌙⭐