unicode-org / uk-source-ideographs

UK-Source Ideographs

Home Page:https://unicode.org/reports/tr38/#kIRG_UKSource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please rename the default branch of this repo from "master" to "main"

markusicu opened this issue · comments

... like we are doing with all of the unicode-org repos

tnx!

ping @kenlunde @Tsengtsz
let me know if you want me to do this

The default branch has been renamed!
master is now named main

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a