BuidlGuidl / grants.buidlguidl.com

https://grants-bg.vercel.app
MIT License
3 stars 3 forks source link

Update with latest SE-2 changes #16

Closed carletex closed 9 months ago

carletex commented 9 months ago
git remote add se-2 git@github.com:scaffold-eth/scaffold-eth-2.git
git checkout -b backmerge-se2
git fetch se-2
git merge se-2/main --allow-unrelated-histories

And then fix conflicts on a bunch of things (but mostly "accept theirs"). There might be a better way to do so.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
grants-bg ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 6:26pm
carletex commented 9 months ago

Sorry If I break something @technophile-04 haha

Merging this so I can branch from it. Documented a bit of how I did it in the issues & comment above.