emacs-devel
[Top][All Lists]
Advanced

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

Re: Feedback on scratch/igc Branch


From: tomas
Subject: Re: Feedback on scratch/igc Branch
Date: Thu, 24 Oct 2024 09:46:17 +0200

On Thu, Oct 24, 2024 at 09:51:22AM +0300, Eli Zaretskii wrote:
> > Date: Wed, 23 Oct 2024 23:40:54 +0300
> > From: Jean Louis <bugs@gnu.support>
> > Cc: emacs-devel@gnu.org
> > 
> > > > I see no scratch/igc branch, how do I get it?
> > > 
> > > "git pull" followed by "git checkout scratch/igc".
> > 
> > $ git checkout scratch/igc
> > error: pathspec 'scratch/igc' did not match any file(s) known to git
> > 
> > I cannot see that branch.
> 
> Then your clone of the Emacs Git repository is incomplete, for some
> reason.

The error message gives me the impression that git is trying to
interpret "scratch/igc" as a file path and not as a branch. So
that might be due to some uncommon/unexpected configuration on
OP's side.

Jean-Louis: what does the command

  git branch -a

say on your side?

You might have more luck by stating explicitly which branch you
want to track with

  git checkout -b scratch/igc --track origin/scratch/igc

(I'm now assuming that your upstream repo is called "origin" on
your side, which is convention, but no law).

HTH
-- 
tomás

Attachment: signature.asc
Description: PGP signature


reply via email to

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