Categories
Github

What is the clone URL of my Private Remote Git Repository?

The URL is of the form: user@my.site.com:project.git git@git.droplet.com:my-project.git

Categories
Github Server

Private Remote Git Repository Debian Wheezy and other stories from Hell

Setting up your Private Remote Git Repository So you need a private remote git repository for collaborative, backup or convenience reasons. You have your local repository setup and now you want another repository in the cloud. Recently, a few moments ago, I started this task and here I am about an hour and a half […]

Categories
Development Tools Github

Git Quick Reference Tutorial

What is Git? Git is a distributed version control system. It is free and open source, created by Linus Torvalds. Remember Github is just one various remote options. It is not git – it uses git to store git repos and adds some special sauce on top. It is in the same class as: gitlab, […]