Hey all, It's been a while since I've worked with Radiant and Git, and I now need to update a couple of apps to, at least, 0.8.2. So I was wondering if somebody could help me out by listing the command used to update an extension that was added as a git submodule? Also, how can I specify which branch/tag to use? Any help would be greatly appreciated. Thanks, Nate
on 2010-10-19 21:57
on 2010-10-22 17:21
On Tue, Oct 19, 2010 at 2:56 PM, Nate Turnage <pixelnate@gmail.com> wrote: > Hey all, > > It's been a while since I've worked with Radiant and Git, and I now need to > update a couple of apps to, at least, 0.8.2. > > So I was wondering if somebody could help me out by listing the command used > to update an extension that was added as a git submodule? > > Also, how can I specify which branch/tag to use? off the top of my head (but hopefully close) cd vendor/extension/ext git fetch git checkout -b new_branch repo_branch_name cd ../.. rake radiant:extensions:ext:update rake radiant:extensions:ext:migrate git add vendor/extension/ext [other files] git commit -m 'update ext'
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.