What alternatives do I have for source control and does GIT does that?
- by RubberDuck
I work as a freelancer programmer for some clients and also create apps for myself. When I work for myself, obviously I work alone. I generally don't work in a linear way.
My big problems today are:
I have a lot of apps that use the same classes I have developed;
In the past, I put all these common classes on a directory outside all projects and…