2024年2月2日

Git常用命令

摘要: 获取:git clone 查看当前状态:git status 更新:git pull 提交:git push 备注:git commit 新建分支:git branch dev 查看分支:git branch -v同步指定分支代码:git checkout dev ./src 查询git地址:git 阅读全文

posted @ 2024-02-02 14:59 松仁 阅读(13) 评论(0) 推荐(0)

导航