Skip to content
/ giton Public

A simple git server based on jsDAV to host multiple git repositories.

Notifications You must be signed in to change notification settings

codable/giton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git On

A simple git server based on jsDAV to host multiple git repositories.

USAGE

Create instance

npm install -g giton
mkdir repos
cd repos
giton

now you can create repo inside the shell and access all your repos at http://127.0.0.1:5911/

Create repo

giton> create test

the new repo can be accessed at http://127.0.0.1:5911/test.git, both pull and push are supported.

Remove repo

giton> remove test

About

A simple git server based on jsDAV to host multiple git repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages