Display the most recent commit of each branch in git

前端 未结 2 1821
滥情空心
滥情空心 2021-01-21 12:22

Is there a way to display the most recent commits of each branch in git?

I have a codebase in git that I\'ve set down for a while. There are several branches in it for d

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-21 12:33

    git show

    will display the most recent commit for the branch

提交回复
热议问题