For starters i am going to attempt and create another branch and hope not to cause any issues, one issue that i have already learned of is when merging the branches and different changes were made to a single line of code in both branches, could result to the said 'issue', i am to learn more about this on upcoming lessons. From what i have depicted from references is that creating extra branches gives one the opportunity to alter said code and not interfere with the main progress hence if an issue arises in subsequent branches the issue can be easily resolved and the main progress would still be intact.

Dare me git...

Here goes nothing...

Hurrah!!! Seem that the gods are on my side. Branch creation was a success. Feast on that git.

I did the um and the ums.

git checkout -b [branch_name]
git push origin [new_branch_name]