[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch test and review
From: |
Gaius Mulley |
Subject: |
Re: patch test and review |
Date: |
Sat, 08 Oct 2022 17:04:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Brian Callahan <bcallah@protonmail.com> writes:
> Hi Gaius --
>
> Quick question: when I follow your instructions to clone the git repo and
> then run "cd gcc-git-devel-modula2 && git checkout devel/modula2" I get the
> following error:
> /home/brian/m2/gcc-git-devel-modula2 $ git checkout devel/modula2
> error: pathspec 'devel/modula2' did not match any file(s) known to git
>
> So I'm guessing I am doing something wrong...
Hi Brian,
ah thanks, a typo on my part, it should be:
$ git checkout devel/modula-2
I'll amend the readme.txt
regards,
Gaius