git檢視指定提交檔案的內容
在進行若干提交後,如果想要檢視某一次提交指定檔案的內容,下面簡單進行一下演示。
首先看一下當前分支有哪些提交:
[Shell] 純文字檢視 複製程式碼$ git log --pretty=oneline
執行結果如下:
[HTML] 純文字檢視 複製程式碼acd4bbc57059ded44e4385c9c668d459a7c07e77 (HEAD -> master) c5 cbd2c45b587ed2484dfe1ea6342ef343cb938a51 c4 5deb3a2d9b20b84dd9fec7b47611f58845d9ca9c c3 361e9362c8329ad045a0f6fcfb6efa26b352ff75 c2 96c011401878d3027cce9d0382b53642e238323f c1
可以看到有5次提交,下面我們看c2提交下readme.txt檔案的內容:
[Shell] 純文字檢視 複製程式碼$ git show 361e93:readme.txt
執行結果截圖如下:
相關文章
- git檢視檔案內容Git
- Git檢視暫存區index檔案內容GitIndex
- git將指定內容寫入檔案Git
- Git檢視指定檔案的sha-1值Git
- git commit未能提交指定檔案原因GitMIT
- Linux 檢視檔案內容——bat 命令LinuxBAT
- git blame檢視檔案由哪次提交修改Git
- Linux檔案內容檢視相關命令Linux
- Git提交內容規範Git
- Git提交文件部分內容Git
- git commit提交空內容GitMIT
- 常用的7個Linux檔案內容檢視命令!Linux
- Linux檢視檔案內容常用命令Linux
- git檢視提交歷史Git
- Linux常用命令!如何檢視檔案內容?Linux
- 【Linux】檢視二進位制檔案內容_hexdumpLinux
- 瀏覽器檢視Base64的PDF檔案內容瀏覽器
- Linux學習之常用的Linux檔案內容檢視命令!Linux
- Linux基楚操作指引【檢視版本、檢視路徑、檢視內容、編輯檔案】Linux
- Linux如何檢視檔案包含內容?常用指令有哪些?Linux
- Linux如何檢視檔案內容?Linux常用命令Linux
- Linux常用命令之如何檢視檔案內容?Linux
- Git檢視指定commit資訊GitMIT
- Git 忽略已經提交的檔案Git
- git 忽略已提交過的檔案Git
- 在Linux中,如何檢視檔案內容?列出幾種方法。Linux
- whatsns模板檔案中如何呼叫指定類目下的內容
- Git刪除指定檔案Git
- hadoop 將檔案上傳到指定的datanode 檢視檔案所在的塊Hadoop
- java檔案相關(檔案追加內容、檔案內容清空、檔案內容讀取)Java
- Git跟蹤與提交檔案Git
- 怎麼透過Python獲取檔案指定行的內容?Python
- 複習Linux如何顯示檔案指定行數的內容Linux
- git log檢視提交歷史記錄Git
- git簡略形式檢視提交歷史Git
- git merge一個指定檔案Git
- Git(7)-- 檢視提交歷史(git log 命令詳解)Git
- 檢視一個歸檔或壓縮檔案的內容而無需解壓它