Setup a private Git server on Ubuntu VM
There are plenty of reasons to host your own git server vs using services like GitHub or GitLab. My main reason being the memory cap of 6 to 10gb.
Step 1:
Setup an Ubuntu 18.04 server as shown here
Step 2:
Install git and git-shell
$ sudo apt upda...
karthikharpanhalli.hashnode.dev2 min read