git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petr Baudis <pasky@suse.cz>
To: Francois Lang <flang@mail.nih.gov>
Cc: git@vger.kernel.org
Subject: Re: qiuestion about Git and Cogito
Date: Tue, 20 Mar 2007 16:56:23 +0100	[thread overview]
Message-ID: <20070320155623.GH4489@pasky.or.cz> (raw)
In-Reply-To: <45FFFA94.4040105@mail.nih.gov>

On Tue, Mar 20, 2007 at 04:15:32PM CET, Francois Lang wrote:
> Hello. We have started using Git and Cogito, and are very happy users so 
> far. There's one thing that I haven't been able to figure out, however:
> 
> Suppose I've done a bunch of commits in my local repository that I have 
> not yet pushed to the remote repository. How can I determine what has 
> been cg-commit-ed but not yet cg-pushe-ed WITHOUT actually doing the 
> cg-push?
> 
> Many thanks in advance for your help.

Assuming that you work on master and push to origin,

	cg-log -r master..origin

or

	cg-diff -r master..origin

respectively.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
Ever try. Ever fail. No matter. // Try again. Fail again. Fail better.
		-- Samuel Beckett

  reply	other threads:[~2007-03-20 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-20 15:15 qiuestion about Git and Cogito Francois Lang
2007-03-20 15:56 ` Petr Baudis [this message]
     [not found]   ` <46002BEE.5020300@mail.nih.gov>
     [not found]     ` <46028B45.2010802@mail.nih.gov>
2007-03-22 17:57       ` Petr Baudis

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=20070320155623.GH4489@pasky.or.cz \
    --to=pasky@suse.cz \
    --cc=flang@mail.nih.gov \
    --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).