GitHub

 Pedro Polanco III 

2/17/2022

       I had an issue with creating my branch correctly and making sure it was based off of the staging branch instead of the main branch. This problem really only affected me as it was my branch that was not made correctly. 

       I discovered the issue was that tortoisegit was not showing the staging branch. So, in order to fix this, I had to push my current branch to main then redownload the repository. This finally allowed me to rebase my navmesh branch on to the staging branch instead of the main branch so that way there would be proper source control and that when I pushed it would get pushed to the staging branch instead of the main branch. This will prevent me from breaking the repo by making it so I cannot directly push to main.

Comments

Popular posts from this blog

Adding assets to every enemy -- Owen Meyers

Sphere to AABB collision