Loading

摘要: git commit -m "Something terribly misguided" # (0: Your Accident) git reset HEAD~ # (1) # 此时已经撤销最近一次的提交 # 重新编辑文件 # (2) git add . # (3) git commit -c O 阅读全文
posted @ 2025-06-30 18:22 lif323 阅读(10) 评论(0) 推荐(0)