The Simplest Remote Git Repo
Why 'trust' a 3rd party when you have a VPS.30 May 2022
Check out this little nugget.
local> ssh user@example.com
user@example> git init --bare $DIR
user@example> exit
local> git clone user@example.com:$DIR
Explorations & Rants
Check out this little nugget.
local> ssh user@example.com
user@example> git init --bare $DIR
user@example> exit
local> git clone user@example.com:$DIR