From greve at lowtem.hokudai.ac.jp Mon Jul 10 09:48:05 2023 From: greve at lowtem.hokudai.ac.jp (Ralf Greve) Date: Mon, 10 Jul 2023 09:48:05 +0900 Subject: [SICOPOLIS:133] Branch 'master' renamed to 'main'; more frequent updates Message-ID: 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 at lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve From greve at lowtem.hokudai.ac.jp Mon Jul 10 09:58:43 2023 From: greve at lowtem.hokudai.ac.jp (Ralf Greve) Date: Mon, 10 Jul 2023 09:58:43 +0900 Subject: [SICOPOLIS:134] Updating local clones of the SICOPOLIS repository Message-ID: <3edebea1-c364-65e1-26c8-72303435f429@lowtem.hokudai.ac.jp> 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 at lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve From greve at lowtem.hokudai.ac.jp Tue Jul 25 18:50:36 2023 From: greve at lowtem.hokudai.ac.jp (Ralf Greve) Date: Tue, 25 Jul 2023 18:50:36 +0900 Subject: [SICOPOLIS:135] SICOPOLIS website Message-ID: <686bee5e-b5b7-ae73-aeaa-cd4589e981ac@lowtem.hokudai.ac.jp> 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 at lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve