[Xotcl] Git repository: Branch "master" was renamed to "main"

Stefan Sobernig stefan.sobernig at wu.ac.at
Thu Sep 14 10:41:14 CEST 2023


Hi everyone!

If you happen to maintain a local clone of the NSF/XOTcl repository, 
please mind the renaming. Rather than re-cloning, run the following:

$ git checkout master
$ git branch -m master main
$ git fetch
$ git branch --unset-upstream
$ git branch -u origin/main
$ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

Thank you!
    Stefan


More information about the Xotcl mailing list