1.3.1 • Published 7 years ago

ghitto v1.3.1

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

Ghitto

Ghitto is a minimalistic git repository manager. It allows you to create repositories and helps you with simple tasks such as cloning and initing.

Install

npm install -g ghitto

Usage

Start with:

ghitto <port> <path> <ssh> [<read-only>]

where \<port> represents the port to run the webserver on, \<path> is the path to the directory containing the git repositories, and \<ssh login> is the username and domain used to clone. \<read-only> is a boolean which disables the possibility to add repositiories and directiories (default is false).

For example:

ghitto 80 /var/git git@example.com

ghitto 80 /var/git git@example.com true

Screenshots

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago