Skip to content

beckorz/git-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git server

git server for Python3(on Flask).

Requirement

  • git client
  • Python 3.+
    • flask pip install flask

Usage

Start git server

mkdir repos
git init --bare repos/aaa
git init --bare repos/bbb
python app.py

From git client

git clone http://localhost:5000/aaa
git clone http://localhost:5000/bbb

Thanks

About

git server for Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages