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

Re: Contact possibility for Odyx/Didier



Quoting Jonas Smedegaard (2020-12-02 18:49:29)
> Quoting Helge Kreutzmann (2020-12-02 18:32:41)
> > I apologize, I'm aware of the basics of git but somehow I cannot reach
> > that branch:
> > $ LC_ALL=C git checkout -b debian-master origin/debian/main
> 
> Above would checkout debian/main (not debian/master
> 
> try this:
> 
>   LC_ALL=C git checkout -b debian-master origin/debian/master

Arrgh - there was nothing wrong with your command, sorry for the 
confusion.

Try this to refresh what is available at the remote side:

  git fetch

and then this to checkout the new HEAD named the same locally:

  git checkout debian/main

Or alternatively, if you get lost, make a fresh clone:

  git clone https://salsa.debian.org/printing-team/cups.git

  
 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


Reply to: