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

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