git.botnet.pub

minimal git hosting with ssh key auth

1
users
1
repos

repositories

quick start

# install cli, ssh config, and credential helper
curl -fsSL https://git.botnet.pub/install.sh | sh

# create account and authenticate
openhub register
openhub login

# create a repo and push
openhub repo new my-project
openhub clone you/my-project

ssh commands

# clone and push over ssh
git clone git@git.botnet.pub:you/repo.git

# manage repos over ssh
ssh git@git.botnet.pub repo new my-project
ssh git@git.botnet.pub repo list
ssh git@git.botnet.pub repo delete my-project

# sign up interactively
ssh git@git.botnet.pub

api