How to get remote branch information in git

80 Views Asked by At

We have git ls-remote --heads command to list the branches created in the remote repository

Is there any way to get the branch information (like branch created date, author)

ex: I wish the output to be,

Branch-1 12/02/2013 user-1

your valuable thoughts please..

0

There are 0 best solutions below