++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Subject: [SICOPOLIS:133] Branch 'master' renamed to 'main'; more frequent updates From: Ralf Greve Date: 2023-07-10, 09:48 To: SICOPOLIS ML Dear all, you may have noticed from the commit logs that I have renamed the branch 'master' to 'main'. Along with this, the purpose of this branch will be slightly different from now on: Rather than just keeping major tagged releases there, I will merge it with the 'develop' branch much more frequently, in the sense of a rolling release model. So, you can use the branch 'main' from now on to always have an up-to-date version with the latest features of SICOPOLIS. I'll write separately on how to update your local clones of the repository. Best regards, Ralf -- Dr. Ralf Greve Professor, Glacier and Ice Sheet Research Institute of Low Temperature Science (ILTS) Hokkaido University Kita-19, Nishi-8, Kita-ku Sapporo 060-0819, Japan (+81)-(0)11-706-6891 greve@lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve _______________________________________________ SICOPOLIS mailing list SICOPOLIS@ml.hokudai.ac.jp https://ml.hines.hokudai.ac.jp/mailman/listinfo/sicopolis ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Subject: [SICOPOLIS:134] Updating local clones of the SICOPOLIS repository From: Ralf Greve Date: 2023-07-10, 09:58 To: SICOPOLIS ML Dear all, following up on the previous mail on renaming 'master' to 'main': If you have a local clone of the SICOPOLIS repository that contains the branch 'master' (check by executing `git branch`), you can update it as follows: # 1. Go to the master branch git checkout master # 2. Rename master to main locally git branch -m master main # 3. Get the latest commits from the server git fetch # 4. Remove the link to origin/master git branch --unset-upstream # 5. Add a link to origin/main git branch -u origin/main # 6. Update the default branch to be origin/main git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main (Reference: ) In addition, some clean-up (removing remote references that don't exist any more) is advisable: git remote prune origin That's all. Let me know if there are any problems. Best regards, Ralf -- Dr. Ralf Greve Professor, Glacier and Ice Sheet Research Institute of Low Temperature Science (ILTS) Hokkaido University Kita-19, Nishi-8, Kita-ku Sapporo 060-0819, Japan (+81)-(0)11-706-6891 greve@lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve _______________________________________________ SICOPOLIS mailing list SICOPOLIS@ml.hokudai.ac.jp https://ml.hines.hokudai.ac.jp/mailman/listinfo/sicopolis ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Subject: [SICOPOLIS:135] SICOPOLIS website From: Ralf Greve Date: 2023-07-25, 18:50 To: SICOPOLIS ML Dear all, I have enabled https for the SICOPOLIS website earlier today. The URL has therefore changed from to . Please update your bookmarks accordingly. Best regards, Ralf -- Dr. Ralf Greve Professor, Glacier and Ice Sheet Research Institute of Low Temperature Science (ILTS) Hokkaido University Kita-19, Nishi-8, Kita-ku Sapporo 060-0819, Japan (+81)-(0)11-706-6891 greve@lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve _______________________________________________ SICOPOLIS mailing list SICOPOLIS@ml.hokudai.ac.jp https://ml.hines.hokudai.ac.jp/mailman/listinfo/sicopolis ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++