1 git show
git show 分支名/HEAD/hash值
2 git log引數
--oneline 單行資訊
--decorate 輸出commit引用資訊
--graph 圖形化輸出
--al 輸出所有分支
3 git diff 使用
比較兩個commit不同
git diff commit1 commit2
比較具體單詞不同
git diff --color-words
git diff --word-diff
1 git show
git show 分支名/HEAD/hash值
2 git log引數
--oneline 單行資訊
--decorate 輸出commit引用資訊
--graph 圖形化輸出
--al 輸出所有分支
3 git diff 使用
比較兩個commit不同
git diff commit1 commit2
比較具體單詞不同
git diff --color-words
git diff --word-diff