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..