Gazler / githug

Git your game on!
MIT License
6.84k stars 1.03k forks source link

Problem in level 37 #332

Closed E-delweiss closed 1 year ago

E-delweiss commented 1 year ago

I think there again the well known main/master problem in level 37. But at this level, I can't go forward even after renaming my local branch to 'master'.

The answer should be (regarding previous issues): git checkout main git branch -m master git push origin test_branch

...but does not work