How to compare two tags with git?

后端 未结 4 1306
挽巷
挽巷 2020-11-28 17:04

I would like to do a diff between two tags and committed changes between those two tags. Could you please tell me the command?

4条回答
  •  庸人自扰
    2020-11-28 17:49

    If source code is on Github, you can use their comparing tool: https://help.github.com/articles/comparing-commits-across-time/

提交回复
热议问题