Git development
 help / color / mirror / Atom feed
From: Reto <reto@labrat.space>
To: Michael Hennebry <hennebry@web.cs.ndsu.nodak.edu>
Cc: git@vger.kernel.org
Subject: Re: There is no tracking information for the current branch
Date: Fri, 26 Aug 2022 20:02:30 +0200	[thread overview]
Message-ID: <20220826180230.brbo32ct2255rfe3@feather> (raw)
In-Reply-To: <alpine.DEB.2.21.2208181407290.2645@mail.cs.ndsu.nodak.edu>

You can just run `git fetch`.
The origin/* branches will then contain what you want. Replace origin
with whatever name you gave your remote.

Assuming you really want to pull all branches directly to local
branches, add a refspec that does that.

git-fetch(1) has the details.

Hope that helps,
Reto

      parent reply	other threads:[~2022-08-26 18:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 19:10 There is no tracking information for the current branch Michael Hennebry
2022-08-18 22:22 ` Michael Hennebry
2022-08-26 18:02 ` Reto [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=20220826180230.brbo32ct2255rfe3@feather \
    --to=reto@labrat.space \
    --cc=git@vger.kernel.org \
    --cc=hennebry@web.cs.ndsu.nodak.edu \
    /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