all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Wiegley <jwiegley@gmail.com>
To: Stephen Leake <stephen_leake@stephe-leake.org>
Cc: emacs-devel@gnu.org
Subject: Re: git flow for emacs master/emacs-25
Date: Mon, 16 Nov 2015 08:59:48 -0800	[thread overview]
Message-ID: <m2fv05dgmz.fsf@Vulcan.attlocal.net> (raw)
In-Reply-To: <86ziyg9ny9.fsf@stephe-leake.org> (Stephen Leake's message of "Sat, 14 Nov 2015 17:10:54 -0600")

>>>>> Stephen Leake <stephen_leake@stephe-leake.org> writes:

> The "git fetch" in master shows the new commits in emacs-25.
> But the "git fetch" in emacs-25 doesn't fetch the commits.

Your local clone only fetches from the remote commits it knows about, which
would be every local branch in the original repository. The original
repository fetches from every remote commit it knows about, which are all the
branches up on Savannah.

Try looking at git branch -av in both repositories, and it should become
clear.

Also, you don't only need the local branch in the original repository tracking
the Savannah branch, you need to *update* that local branch before your local
clone will see the new commits from savannah.

I think you'll be much happier with "git worktree", or with two separate
clones from Savannah, that you will be with the clone you've already made.

John



      parent reply	other threads:[~2015-11-16 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14 23:10 git flow for emacs master/emacs-25 Stephen Leake
2015-11-16  8:20 ` Andreas Schwab
2015-11-16 16:59 ` John Wiegley [this message]

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=m2fv05dgmz.fsf@Vulcan.attlocal.net \
    --to=jwiegley@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=stephen_leake@stephe-leake.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.