On Oct 18, 3:58 pm, trans <[EMAIL PROTECTED]> wrote:
> Anyone know of a way to list the branches of a repository remotely,
> ie. without first cloning it? I wrote  script to automatically clone
> and checkout a specific branch, but I don't want it to bother doing
> the clone unless the branch provided is valid.

 git ls-remote git://github.com/dustin/memcached.git

 If you're looking for a specific one:

 git ls-remote git://github.com/dustin/memcached.git binary
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to