Git is a version control system (VCS) that enables the tracking of changes in code. In this tutorial, we will walk through installing a HTTP(S) Git server, and adding username/password authentication. * Debian 8 (Jessie). * [Sudo](https://docs.vultr.com/how-to-use-sudo-on-a-vultr-cloud-server). * Text editor of your choice (`nano`, `vim`). We will need `nginx`, `git`, `fcgiwrap` and apache httpd utils. Go ahead and type into the terminal. sudo apt-get install nginx git fcgiwrap apache2-utils......