Is there a way to clone the repository in a way where I keep getting updates every time your team updates your starter template? #138
Replies: 1 comment 2 replies
-
|
Hey @AuthenticPumpkin! That's a good question, while I've separated a couple of the components by using an NPM package (Accessible Astro Components), the theme itself is something that doesn't have an easy way to stay up to date. To be honest, I wouldn't know how to do this properly and if other themes do this as well. I could ask in the Astro Dicord if anyone has experience with it. That said, you could try adding the template repository as an upstream remote:
This approach allows you to get updates while keeping your own changes. You might need to resolve merge conflicts if you've modified the same files that were updated in the template. Let me know if that works, if so, I will document it on our docs website! Thanks 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For example:
Beta Was this translation helpful? Give feedback.
All reactions