An open API service indexing awesome lists of open source software.

https://github.com/qedsoftware/git-bare-wizard

Simple wizard for creating a bare git repository with e-mail hooks configured. Expects post-receive.sample to be created upon executing git --init bare.
https://github.com/qedsoftware/git-bare-wizard

Last synced: 2 months ago
JSON representation

Simple wizard for creating a bare git repository with e-mail hooks configured. Expects post-receive.sample to be created upon executing git --init bare.

Awesome Lists containing this project

README

          

Description
=============================================
Simple wizard for initializing a bare git-repository and also enabling e-mail post-receive hooks.

William Wu , 2013 June 26

Installation
=============================================

$ chmod 755 git-bare-wizard.py

$ sudo cp git-bare-wizard.py /usr/local/bin/git-bare-wizard