medusajs / gatsby-starter-medusa

A production-ready Gatsby starter for Medusa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forking issue

websupergirl opened this issue · comments

I had an issue with the fork because Github thinks the branch is main but it comes down as master.

For anyone else having this issue when you fork this repo, try this on your own repo:

git checkout master  
git branch main master -f    
git checkout main  
git push origin main -f

I think if this was done here, in the original place, it would fix this issue for others perhaps?