Created by: alfredthompsonOvie
I encountered errors while pushing to my branch because I copied the push command from the README, git push origin -u your-branch-name
I used git push -u origin your-branch-name instead and it worked for me please consider my solution