git 怎么訪問某個commit下的文件
1 回答

嗶嗶one
TA貢獻1854條經驗 獲得超8個贊
git log 查看commit的歷史
git show <commit-hash-id>查看某次commit的修改內容
git log -p <filename>查看某個文件的修改歷史
git log -p -2查看最近2次的更新內容
- 1 回答
- 0 關注
- 795 瀏覽
添加回答
舉報
0/150
提交
取消