all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: master 11abc4a: Merge remote-tracking branch 'origin/scratch/lexical-gnus' into trunk
Date: Tue, 02 Feb 2021 07:38:59 +0100	[thread overview]
Message-ID: <87pn1jx91p.fsf@gnu.org> (raw)
In-Reply-To: <E1l6oRN-0005zk-Ri@fencepost.gnu.org>

Richard Stallman <rms@gnu.org> writes:

> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> Would someone please tell me what "remote tracking" means, concretely?
> What does that branch do?

You most probably have at least the branches origin/master and master in
your local git checkout.  The origin/master branch is a remote-tracking
branch because it tracks the state of the corresponding master branch on
the origin (savannah) side.  That means, it'll be updated whenever you
run "git fetch" and represents the exact state of the master branch on
savannah of the last "git fetch".

Your master branch is basically a copy of origin/master which is not
automatically updated unless you tell it using "git pull" (or by merging
or rebasing onto origin/master).  That is, it may be less current than
origin/master and may also diverge from in in which case you need to
merge or rebase in order to be allowed push.

Bye,
Tassilo



  reply	other threads:[~2021-02-02  6:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210131223952.429.10439@vcs0.savannah.gnu.org>
     [not found] ` <20210131223954.A429420DF3@vcs0.savannah.gnu.org>
2021-02-02  0:44   ` master 11abc4a: Merge remote-tracking branch 'origin/scratch/lexical-gnus' into trunk Katsumi Yamaoka
2021-02-02  2:58     ` Stefan Monnier
2021-02-02  5:41       ` Richard Stallman
2021-02-02  6:38         ` Tassilo Horn [this message]
2021-02-02  9:06           ` tomas
2021-02-02 15:23             ` Eli Zaretskii
2021-02-02 16:01               ` tomas
2021-02-02 16:21                 ` Eli Zaretskii
2021-02-02 16:34                   ` git things [was: master 11abc4a: Merge remote-tracking branch 'origin/scratch/lexical-gnus' into trunk] tomas
2021-02-03  5:51               ` master 11abc4a: Merge remote-tracking branch 'origin/scratch/lexical-gnus' into trunk Richard Stallman
2021-02-02  8:16         ` Andreas Schwab
2021-02-02 15:06           ` Eli Zaretskii
2021-02-03  5:52             ` Richard Stallman
2021-02-03 14:32               ` Eli Zaretskii
2021-02-04  5:47                 ` Richard Stallman
2021-02-02  9:05       ` Lars Ingebrigtsen
2021-02-02 14:43         ` Stefan Monnier
2021-02-02 14:53           ` Lars Ingebrigtsen
2021-02-02 22:12             ` Katsumi Yamaoka

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=87pn1jx91p.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=emacs-devel@gnu.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.