RhoHub : how to get local changes into RhoHub editor
I'm trying out the RhoHub editor and Rhodes framework. I'm trying to follow their tutorial and having some trouble seeing my local changes in the RhoHub editor.
I have setup my local git repository and added a local model,view,cont开发者_C百科roller with the command 'rhodes model product name,brand,price,quantity,sku' and this creates the appropriate files. Good!
I then issue the following git commands:
git add .
git commit -m "added new model"
git push origin master
Everything seems good as there are no errors displayed.
I then go to rhohub project page and click 'Launch Editor'. None of my changes are displayed? Anyone have ideas?
Once in the editor, use the following steps to see your local changes:
- Click "Actions" > "Commit"
- In the third box on the left, you should see a "Remote Changes" section, with your local changes
- Click "Reload App" to load the changes into the editor
精彩评论