git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sylvain Rabot <sylvain@abstraction.fr>
To: git@vger.kernel.org
Subject: Re: See commits on remote repository
Date: Thu, 29 Apr 2010 00:54:55 +0200	[thread overview]
Message-ID: <1272495295.3021.84.camel@kheops> (raw)
In-Reply-To: <n2v3f81a4241004281535h30d35f5cw5f33e265d19d35b6@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

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@abstraction.fr>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2010-04-28 23:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-28 22:35 See commits on remote repository Bryan Richardson
2010-04-28 22:54 ` Sylvain Rabot [this message]
2010-04-29  1:49   ` Jeff King
2010-04-29  2:44     ` Bryan Richardson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1272495295.3021.84.camel@kheops \
    --to=sylvain@abstraction.fr \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).