For the Periodic Table Database project there are 2 test that don’t pass for me:
-
Your repository should have a
main
branch with all your commits. -
You should finish your project while on the
main
branch. Your working tree should be clean and you should not have any uncommitted changes.
For the previous tutorials I had a main
branch and then any branches I created. But for this project it gave me a master
branch on which I completed the project.
I have read about Git renaming master
to main
.
Is it something I can change or was I supposed to create a new main
branch, which did not seem like the right thing to do?