自学内容网 自学内容网

git使用笔记

🌕git提交修改到远程仓库

🌙添加修改的内容

git add unbox_yolov5_deepsort_counting/

🌙提交修改的内容(本地)

git commit -m "init"

🌙提交修改的内容到远程

1.提交到主分支

git push origin master

2.提交到分支

git push origin master:新分支名字

🌕博客笔记

🌙Git同步代码的基本步骤

Git同步代码的基本步骤

🌙git出现文件夹后面跟@+数字

git出现文件夹后面跟@+数字

🌕🌙⭐


原文地址:https://blog.csdn.net/qq_42864343/article/details/142773685

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!