On Fri, Mar 29, 2019 at 08:57:36AM -0700, Kevin J. McCarthy wrote:
> On Fri, Mar 29, 2019 at 12:48:46PM +0100, felixs wrote:
> > On Thu, Mar 28, 2019 at 03:11:34PM -0700, Kevin J. McCarthy wrote:
> > > The repo is clonable via <https://gitlab.com/muttmua/mutt.git>,
> > > which you will find under the clone button on the project details
> > > page.
> > 
> > Yes, I did that as a first operation 2 or 3 days ago, assuming that the
> > patch was part of it.
> 
> The patch _is_ part of it.  However, by default when you clone a repos, git
> only maps the origin/master reference to a local branch reference
> ("master").  You'll need to manually map other branches, e.g. "git checkout
> -b kevin/stable-oauth-fix origin/kevin/stable-oauth-fix".
> 
> Yes, git from the cli is pretty awful.  Personally I use magit so I don't
> have to learn or deal with the intricacies.
> 
OK, I managed to apply the patch as an email patchfile
using

git am /path/to/patch

git log shows inclusion of the patch commit.
git status says that my cloned repo is +1 ahead of MASTER-ORIGIN


Thanks for your hints.

felixs

Reply via email to