Hey, you could maintain a Master branch with all the features, and have individual branchs for each costumer you have.
create feature branch in git
Hello, guys, I'm new to git but I've learned most of the commands. I have started a new project and I have sold about 15 copy of this web project. now let's guess one my customer calls me and say, hey can you make me a feature for my project and in response I say yes why not so I began to start a new branch of the master branch and made that feature then I'll merge that branch with the master branch. every thing is good and okay until the same customer calls me and say hey can you make me a new feature, in response, i say yeah, so I began to start a new branch of a master branch. the problem is that when I made a new branch of master branch all of the codes from the first feature will clone in the second feature which I do not necessarily need that coz maybe one of my other customers call me and say I need the second feature, but as I describe above that feature maintain the first feature codes. so any one knows how to handle this kind of problems? or maybe I should make any feature as a package.
thanks for any help
Please or to participate in this conversation.