I am using intellij git and in Log
tab, I can see the commit message, committer name and commit date.
My question is, how to find out, when a commit was pushed to central / origin repo?
I am using intellij git and in Log
tab, I can see the commit message, committer name and commit date.
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.
Is there a way in git to obtain a push date for a given commit? explains how one could get the push date in command line git, but that requires some repository configuration first