Skip to main content
7 events
when toggle format what by license comment
May 7, 2015 at 20:00 history closed gnat
durron597
CommunityBot
Duplicate of To branch or not to branch?
May 7, 2015 at 2:26 comment added user22815 While not strictly part of your question, you should be using a build server that generates repeatable, consistent builds even if using branches. While working piecemeal in a poorly-thought-out branching scheme is a headache, copying bits of code to the test environment just makes that headache worse.
May 6, 2015 at 12:11 review Close votes
May 7, 2015 at 20:00
May 6, 2015 at 11:17 answer added gbjbaanb timeline score: 0
May 6, 2015 at 11:07 comment added Peck3277 Oh it's not my idea, I got it from researching but I wasn't really sure if there was something newer/better! Last time I asked he kind of said it's messy in PHP but it wasn't a proper conversation. I think I need to read up fully on the concept and then approach the topic with him again. Thanks for the link I think it will be a good help!
May 6, 2015 at 10:44 comment added yannis There's absolutely no reason why merging in PHP would be any different to merging in any other language. Could you ask your lead dev to elaborate? Is it possible that's not exactly what he meant? Also, your feature branches idea is not only good enough for the task at hand, but is also quite common: atlassian.com/git/tutorials/comparing-workflows/….
May 6, 2015 at 10:26 history asked Peck3277 CC BY-SA 3.0