Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best way to get changes from the shopify/dawn repository? #7

Open
mkromann opened this issue Jan 11, 2022 · 2 comments
Open

Best way to get changes from the shopify/dawn repository? #7

mkromann opened this issue Jan 11, 2022 · 2 comments

Comments

@mkromann
Copy link

Hi,

Thank you for creating this repository. It feels well made.

I was wondering if you have workflow suggestions for merging changes from the official shopify/dawn repository?

Thank you,
Magnus

@wesselvanree
Copy link
Owner

wesselvanree commented Jan 11, 2022

Hi Magnus!

I have not found an easy solution for this yet.
For now, you have to update the changes manually by cloning the repository again, but this is not optimal.

If you have your dawn theme at the root of your project, you could add dawn as an upstream remote to git. But that does not work in this case because your theme lives in a subfolder.

The best idea I stumbled upon on the internet has been git submodules (mentioned in this question).

@Jore
Copy link

Jore commented May 6, 2022

I'm exploring whether there is a way to do this with git-worktree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants