摘要:
使用 rebase -i 命令選擇要修改的提交 # 返回 当前head和head~~ 之间的log 前开后闭 git rebase -i HEAD~~ 返回以下格式 pick 9a54fd4 添加commit的說明 pick 0d4a808 添加pull的說明 # Rebase 326fc9f..0 阅读全文
posted @ 2022-12-20 10:18
Morpheus1024
阅读(25)
评论(0)
推荐(0)