Closed Tiboris closed 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
Signed-off-by: Tibor Dudlák tdudlak@redhat.com