Creating a private git server in less than a minute

SnowCode

SnowCode

3 followers

time3 yr agoview16 views

Very fast way to create a personal git server. You just require a server connected via SSH and git installed. Here are the commands:

$ ssh <username>@<host> $ git init --bare <name>.git $ logout $ git clone <username>@<host>:/home/<username>/<name>.git

Music: https://soundcloud.com/lukrembo/affogato

Loading comments...