摘要:
# 克隆远程仓库到本地 git clone https://github.com/example/example.git # 创建一个新的分支(复制一份当前的 branch 到新 branch 上),git 会把这个 branch 上面的所有源文件同步给硬盘 git checkout -b my_f 阅读全文
posted @ 2023-02-26 17:29 lyc2002 阅读(36) 评论(0) 推荐(0)
posted @ 2023-02-26 17:29 lyc2002 阅读(36) 评论(0) 推荐(0)