-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a7e41a
commit cb60fec
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb60fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What method do you guys use to update projects built with a previous version of Bedrock?
cb60fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good ol' manual labour. A lot of changes aren't that important to existing projects. I'd just keep a separate repo of Bedrock and copy over files as you need them.
cb60fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@etcook
I am insane so I usually
git remote add upstream [email protected]:roots/bedrock.git
and then periodicallygit pull --rebase
and fix the merge conflicts.cb60fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@austinpray That's actually precisely what I was about to do. With kaleidoscope, merging is fairly simple. Thanks!