Re: Main branch renamed in COGA repository

That's a nice minimal set of instructions - thanks.

Steve

On 16/02/2021 13:53, Michael Cooper wrote:
> The name of the main branch in the COGA GitHub repository has been 
> changed to "main". Most things will automagically update. If you have a 
> clone of the repository, you should run the following commands to update 
> your clone:
> 
> git branch -m master main
> git fetch origin
> git branch -u origin/main main
> 
> Michael
> 

Received on Tuesday, 16 February 2021 14:02:49 UTC