注意目录和修改相同的字符编码
摘要: 从远程仓库拉取代码: git clone 仓库地址 同步远程所有分支到本地(在任何已有分支下执行都行): git remote update origin --prune (如果要单独同步远程某个分支,则执行git remote update origin 远程分支名 --prune,然后在vsco 阅读全文
posted @ 2023-10-17 09:18 黑使 阅读(15) 评论(0) 推荐(0) 编辑