Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 283 Bytes

http-git-server

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