On 5/24/09 10:57 PM, "Patrick McCarty" <pnor...@gmail.com> 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
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel