nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
118 stars 90 forks source link

'master' branch will be renamed 'main' #663

Closed leemgs closed 3 years ago

leemgs commented 3 years ago

The default branch is known as master in the repo will be renamed main soon.

Update the upstream remote's HEAD.

git remote set-head origin -a

Switch your local branch to track the new remote branch.

git branch --set-upstream-to origin/main

Rename your branch locally.

git branch -m master main

taos-ci commented 3 years ago

:octocat: cibot: Thank you for posting issue #663. The person in charge will reply soon.