Is there a way in git to obtain a push date for a given commit?

后端 未结 8 2019
眼角桃花
眼角桃花 2020-11-27 12:25

I am wondering if there is a way to view a push date associated with each commit in the git log. If that is not possible, is there a way to see all the commits under a cert

8条回答
  •  醉酒成梦
    2020-11-27 13:04

    I guess you can use next notation to obtain the push date: git log -g --date=local

提交回复
热议问题