如何更改某个提交内容⼀如何把当前改动追加到某次commit上

2025-05-15 19:37:46
推荐回答(1个)
回答1:

gitlog查看commit的历史gitshow查看某次commit的修改内容gitlog-p查看某个文件的修改历史gitlog-p-2查看最近2次的更新内容