Best way to use GIT to maintain web application template
- by Darren
I am a sole developer and I have a web application template that I have created in Visual Studio. I am using GIT for source control, but only on my development machine. Presently I have a master and I create branches for new features, merging them back in to the master as I complete the features.
I am at a point now where I am ready to use the…