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.
- Host: GitHub
- URL: https://github.com/qedsoftware/git-bare-wizard
- Owner: qedsoftware
- Created: 2013-06-27T01:09:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T04:13:47.000Z (almost 13 years ago)
- Last Synced: 2025-01-01T00:44:47.544Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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