Remote git Repository Over ssh
February 6, 2013
A feature of git I think is useful sometimes is the ability to utilize the ssh protocol. Therefore, it is possible to work with a remote repository by using an existing ssh configuration.
Server-Side
On the server-side a bare repository has to be created
Client-Side
In contrast, on the client side it is now possible to clone the remote repository
Afterwards, changes can be pushed to the server: