medusajs / gatsby-starter-medusa

A production-ready Gatsby starter for Medusa
MIT License
80 stars 51 forks source link

Forking issue #28

Open websupergirl opened 1 year ago

websupergirl commented 1 year ago

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?