Based on a completed spa project, multiple versions may be derived. Except for different style interactions, these versions share all other logic. Is there any good way to manage these projects conveniently? Achieving a common core function upgrade, and all other projects are smoothly upgraded. Hope you can give me some advice
Amway git is given to you.
Official website: github.com
The following article will tell you how to use it:
http://blog.jobbole.com/78960/
If you need to derive multiple different versions while sharing the original project, I also recommend using git.
You can split a derivative version branch based on the original project, and the derivative branch can be developed and deployed independently. If the shared part is upgraded or adjusted, you can use this branch to merge the original branch and you can synchronize it.
It is recommended to use Git