Setup your own git server
There are numerous benefits to running your own git server as opposed to Github . Your code cannot be used for profit . Additionally, nobody can delete your code base .
Requirements
- A computer for your server (running Linux , check out my article on that here )
- An internet connection.
- A second computer with git installed.