Hi all,
as we are focusing Skosmos development on Skosmos 3, we have today
renamed some git branches in GitHub to better reflect the current
development priorities and conventions.
The "master" branch, containing Skosmos 2.x code, has been renamed
"skosmos-2".
The "skosmos-3" branch, containing Skosmos 3 code, has been renamed
"main". This is also now the default branch in GitHub and in all the
code quality analysis tools we are using.
If you have a local git clone of Skosmos, you will need to perform
similar changes in your repository to keep it in sync with the GitHub
repository.
If you have a Skosmos 2 repo (using the master branch), you can update
it like this:
git checkout master
git branch -m master skosmos-2
git fetch origin
git checkout skosmos-2
git remote set-head origin -a
If you have a Skosmos 3 repo (using the skosmos-3 branch), you can
update it like this:
git checkout master
git branch -m skosmos-3 main
git fetch origin
git checkout main
git remote set-head origin -a
This change does not affect the maintenance branches such as
"v2.17-maintenance".
For more details, see this issue:
https://github.com/NatLibFi/Skosmos/issues/1577
-Osma
--
Osma Suominen
D.Sc. (Tech), Information Systems Specialist
National Library of Finland
P.O. Box 15 (Unioninkatu 36)
00014 HELSINGIN YLIOPISTO
Tel.
+358 50 3199529
osma.s...@helsinki.fi
http://www.nationallibrary.fi