gitpages

Clone & contibute

Clone this repository

git clone https://git.woozle.org/neale/gitpages.git

Contributing via patch

Make your changes on a clone of the repository, then create patch file(s) with git format-patch.

git clone https://git.woozle.org/neale/gitpages.git
cd gitpages
# ... make your changes, commit them ...
git format-patch origin/HEAD

This produces one .patch file per commit. Attach them to an email addressed to the repository owner.

git log will show the email address for the author of each commit; the repository owner is usually the person who made the majority of recent commits.