# baregit - initialize a HTTP exposable git repo

Features:
- create a bare repo
- create a post-update hook that will:
	- set repo permission to expose via HTTP server
	- copy README or README.[txt|md] to git's description file

usage:

```
gitpub -r $REPO

cd $your_working_dir
git clone $REPO
# make changes
git push
```

