Yeah, that's always a pain in the ass. Git helps you out a bit in that you can cherry pick the stuff that you merge back into your master. You'll have to be judicious in what you choose to merge in to ensure that it doesn't eff up any logic that you've defined. My main piece of advice is to test the shit out of your app so that you'll know if a change breaks stuff. If you're not too familiar with git, I suggest peepcode's guide<http://peepcode.com/products/git-internals-pdf>on it. And if you're not into TDD, I suggest you get into it. Cheers!
On Fri, Mar 6, 2009 at 9:37 AM, mtpb <[email protected]> wrote: > > Hey, > > At the moment by Lovd set up is as follows: > > 1) i downloaded lovd from the website > 2) i created a git repo on my own server > 3) i pointed my installed version of lovd at this folder > > This works well for me and i can push and pull as i please from > various different machines. > > My question is this... > > I would still like to somehow receive updates / plugins new features > etc that get added into lovd @ github. Does anybody have any > recommendations on the best way for me to do this? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
