Show diff between commits

前端 未结 11 2024
闹比i
闹比i 2020-12-02 04:00

I am using Git on Ubuntu 10.04 (Lucid Lynx).

I have made some commits to my master.

However, I want to get the difference between these commits. All of

11条回答
  •  旧巷少年郎
    2020-12-02 04:20

    I use gitk to see the difference:

    gitk k73ud..dj374
    

    It has a GUI mode so that reviewing is easier.

提交回复
热议问题