I feel like I miss the forest for the trees... I just want to find out the date/time for the last update of a branch in a remote Git repository via command line.
For example, take https://github.com/StackExchange/stack-blog.git
. If I view the branches for this repository on GitHub at https://github.com/StackExchange/stack-blog/branches, right now there is a line following the master
branch that says:
Updated 2 months ago
That's the information I'm looking for. What's the git
(or any) command one would use for that? Is this even possible without cloning the branch first?