1
Projects and Discussion / Re: How to properly maintain 2 projects?
« on: May 07, 2015, 01:26:50 am »
Use git.
1) develop to master
2) create branches for each variation
3) merge master into each branch by rebasing the branch commits over the master
done and easy to maintain.
1) develop to master
2) create branches for each variation
3) merge master into each branch by rebasing the branch commits over the master
done and easy to maintain.