git diff如何使用

通常使用git diff branch1..branch2來比較兩個分支的不同。注意這裏是兩個點。 如果想看大概情況,需要在後面添加--compact-summay,像這樣: git diff branch1..branch2 --compact-summary。 如果想要比較branch1和branch2的共同祖先的改動,需要這樣:git diff branch1...branch2,注意這裏有
相關文章
相關標籤/搜索