Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

How to update to a new version of FoundationPress? #118

Closed
anitagraham opened this issue Oct 2, 2014 · 2 comments
Closed

How to update to a new version of FoundationPress? #118

anitagraham opened this issue Oct 2, 2014 · 2 comments

Comments

@anitagraham
Copy link

Hi,

I installed FoundationPress about a week ago. Since that time you have made changes to FoundationPress (specifically, the rollback to an earlier version of Foundation).

Can I use FoundationPress as a parent theme, with child theme?
Will the Sass/Grunt/Bower scripts work? (I suspect not).

Is there a better way to update FoundationPress while retaining the extra files I have added to the theme?

thanks Anita
(I guess I'll try git to update )

@manwithacat
Copy link
Contributor

If you're OK with git, then you could add Ole's repository as an upstream to your repository. So within your repo, it'd be something like:

git remote add upstream https://github.com/olefredrik/FoundationPress.git

And then within your repo, you could do:

git fetch upstream
git merge upstream/master

@anitagraham
Copy link
Author

Thanks, that has worked well.

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

No branches or pull requests

2 participants