This repository is a tool to practice git
collaboration without using Github. Read more here.
- Clone this repository
- Add your name to the CONTRIBUTORS.txt file. and create a commit
- Create a patch
git format-patch HEAD~..HEAD
- Add your
smtp
orimap
details in the~/.gitconfig
- Send the patch using
git send-email
orgit imap-send
or just send an email manually with the patch file as an attachment.
MIT