Re: [git-users] Git workflow for Multiple SKU

2015-08-24 Thread Irakli Lomidze
gitflow is an approved good practise for single madter branch. is it also good for multime master branches as well ? can you refer me to some document or article for it ? thank you in advance On Monday, August 24, 2015, Gergely Polonkai wrote: > Hello, > > you may want to use gitflow. For exam

Re: [git-users] Git workflow for Multiple SKU

2015-08-24 Thread Gergely Polonkai
Hello, you may want to use gitflow. For example, develop all features and bugfixes on master, then cherry pick the relevant commits to the respective SKU branches. It's all about workflow, not tool. Best, Gergely On 24 Aug 2015 13:52, "Irakli Lomidze" wrote: > I Just in this year moved to git.

Re: [git-users] Git workflow for Multiple SKU

2015-08-24 Thread Irakli Lomidze
I Just in this year moved to git. and gitflow it is very good approach for bugfixes and release controls, when you have single master branch. But when you think to have multiple master thinks getting much difficult. to be fear before I used Folder Full Backup to manage version and manually coping

Re: [git-users] Git workflow for Multiple SKU

2015-08-24 Thread Magnus Therning
On Fri, Aug 21, 2015 at 12:35:03AM -0700, Irakli Lomidze wrote: > Dear Sirs. > > I have Multiple SKU of my application, (eg Standard, Enterprise, > Corporate) > > What is best or suggested git workflow for it. ? > or I should manage it in separate folders as separate project with > individual git

[git-users] Git workflow for Multiple SKU

2015-08-21 Thread Irakli Lomidze
Dear Sirs. I have Multiple SKU of my application, (eg Standard, Enterprise, Corporate) What is best or suggested git workflow for it. ? or I should manage it in separate folders as separate project with individual git standard flow ? Thank you in Advance. -- You received this message becaus