<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Marmalade</title>
    <description>The latest articles on DEV Community by Marmalade (@marmalade118).</description>
    <link>https://dev.to/marmalade118</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F88392%2F9e308886-130c-4166-aa6f-9069cf8adb4e.jpg</url>
      <title>DEV Community: Marmalade</title>
      <link>https://dev.to/marmalade118</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marmalade118"/>
    <language>en</language>
    <item>
      <title>How-to manage different project release versions in Git?</title>
      <dc:creator>Marmalade</dc:creator>
      <pubDate>Mon, 03 Sep 2018 10:23:57 +0000</pubDate>
      <link>https://dev.to/marmalade118/how-to-manage-different-project-release-versions-in-git-13pf</link>
      <guid>https://dev.to/marmalade118/how-to-manage-different-project-release-versions-in-git-13pf</guid>
      <description>&lt;p&gt;I'm relatively new to using Git and I was hoping someone might be able to help me out with a scenario I have found myself in?&lt;/p&gt;

&lt;p&gt;I have a requirement to create multiple versions of an app, each with a different feature set activated depending on the client's requirements; but also continue to develop a core feature set available to all versions.&lt;/p&gt;

&lt;p&gt;Initially I was going to put each version in it's own repository, but, from what I can tell, that would mean a lot more administrative overhead when releasing updates that are relevant to all versions, and isn't taking advantage of Gits features.&lt;/p&gt;

&lt;p&gt;I'm guessing the correct way to go with this is to use branches and merge the core updates in to each client specific branch but, I've only ever used Git to manage a single solution with a master, dev and sometimes a release branch, so I have no idea if this is the right or wrong way to go, how I would structure the repository etc.&lt;/p&gt;

&lt;p&gt;Any advice would be greatly appreciated.&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
