I am following this: A successful Git branching model tutorial to learn how to correctly set branches for my projects.
Doubts of where to create the repositories and branches, which of the following is a good solution:
- Use my production server as a git server for all my projects to set the repositories and branches and pull everything/updates from there
- Setup a home server to the same us the above
What other alternatives are possible?
Edit:
This is meant for Linux