简体   繁体   English

是否有可能找出在什么日期/时间将提交推送到git origin Repo?

[英]Is there a possibility to find out at what date/time a commit was pushed to git origin Repo?

I am using intellij git and in Log tab, I can see the commit message, committer name and commit date. 我使用的是intellij git,在“ Log选项卡中,我可以看到提交消息,提交者名称和提交日期。

My question is, how to find out, when a commit was pushed to central / origin repo? 我的问题是,如何找出何时将提交推送到中央/原始存储库?

There is no way to get the push time in IntelliJ UI, as there is no simple way to get this from git. 由于没有简单的方法可以从git中获取推送时间,因此无法在IntelliJ UI中获取推送时间。

Is there a way in git to obtain a push date for a given commit? git中是否有办法获取给定提交的推送日期? explains how one could get the push date in command line git, but that requires some repository configuration first 解释了如何在命令行git中获得推送日期,但这首先需要一些存储库配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM