http-git-server

May 11, 2020 ยท View on GitHub

a http git server implement by flask

install

pip3 install -r requirement

startup

pythpn3 server.py

usage

git clone http://host:port/xxx.git

git push/pull

if the repo is not exist, then the repo will be created automatically

Contents

  1. 1install
  2. 2startup
  3. 3usage