Hi all,

Read this if you have checked out a local copy of the ARTS source code directly 
from `atmtools/arts`, basically if you have done this:

git clone https://github.com/atmtools/arts

The `master` branch which contains ARTS 2.6 is now named `v2.6.x`. Also, the 
current development version is now in the new default `main` branch.

To get the correct updates for ARTS 2.6 when you `pull` in your local copy, you 
have to point your local copy to the new branch name by running these commands:

git branch -m master v2.6.x
git fetch origin
git branch -u origin/v2.6.x v2.6.x
git remote set-head origin -a

Alternatively if you have no local changes, you can also delete your local copy 
and do a fresh checkout for ARTS 2.6:

git clone -b v2.6.x https://github.com/atmtools/arts

And please don't try to use the current `main` branch if you're not an ARTS 
developer. It is in heavy development and not usable for users yet.

Cheers,
Oliver



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to