On Wed, 2010-04-28 at 16:35 -0600, Bryan Richardson wrote: > Hello All, > > Sorry if this question has been asked already. This mailing list is > crazy active, and even after searching I couldn't find anything. > > Is it possible to show commits to a remote repository that was created > as a clone of a local repository, similar to how GitHub lets users > view commits made to forked projects in a project's network? > > For example, say I have repository X, which I do a bare clone on to > create repository Y for someone else to work on (effectively forking > repo X). Is there a way for me to see, from repository X, what commits > have been made to repository Y? > > -- > Thanks! > Bryan Hi, $ git remote update $ git log origin/<branch> $ gitk origin/<branch> Regards. -- Sylvain Rabot <sylvain@xxxxxxxxxxxxxx>
Attachment:
signature.asc
Description: This is a digitally signed message part