neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

chore: Use branch main instead of master #199

Closed Tiboris closed 2 years ago

Tiboris commented 2 years ago

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 2 years ago

This PR has been created to get rid of master naming conventions and follow the latest GH practices. I hope nobody will find this change disruptive much.

If you need to rename your fork's branch and set it up according to these changes please follow these steps:

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