Fork me on GitHub

07 2024 档案

摘要:layout: page title: 编辑文本示例 math: true permalink: /Example/ <a href="https://jekyll-themes.com"> <img src="https://img.shields.io/badge/featured%20on-j 阅读全文
posted @ 2024-07-30 19:34 Cloudhan 编辑
摘要:1、命令创建一个新的孤立分支。latest_branch 这个分支会成为新的主分支,不会包含历史提交记录。 git checkout --orphan latest_branch 2、暂存所有改动过的文件,内容为当前旧分支的最新版本所有文件 git add -A 3、提交更改,写明更改信息 git 阅读全文
posted @ 2024-07-11 12:08 Cloudhan 编辑

点击右上角即可分享
微信分享提示