lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git not fetching from origin...


From: Carl D. Sorensen
Subject: Re: git not fetching from origin...
Date: Sun, 24 May 2009 23:07:06 -0600



On 5/24/09 10:57 PM, "Patrick McCarty" <address@hidden> wrote:

> On Sun, May 24, 2009 at 07:40:08PM -0700, Mark Polesky wrote:
> 
> The "already up to date" means that all of your remote tracking
> branches reflect the current state of the branches at git.sv.gnu.org,
> and that your local branch has been updated accordingly.

Another way of saying this is that  "There are no changes on the remote
repository that are not reflected in your local repository."  Note that it
doesn't mean there aren't changes in your local repository, as compared with
the remote.

You can check for differences between your local repository and the remote
repository with 

git diff origin/master

which will compare the current branch with origin/master and show you the
patch it would take to convert origin/master into your current branch.

HTH,

Carl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]