1.2.1 • Published 8 years ago

giton v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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
1.2.1

8 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago