On 8 Mar 2010, at 13:59, Luka wrote:

> Other thing I would like to ask is how can I see what is different in
> 40 github clones of clojure.contrib without clicking on every clone?


Either:

1. Use the github network browser:

   http://github.com/richhickey/clojure-contrib/network
   (use left/right arrows to navigate)

or

2. Pull all the clones locally and take a look via gitk, gitx, magit or similar:

   cd clojure-contrib    # your git clone
   gem install github    # install the github ruby gem
   github network fetch  # create & fetch remotes for all forks on github

-Steve

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to