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
smtporimapdetails in the~/.gitconfig - Send the patch using
git send-emailorgit imap-sendor just send an email manually with the patch file as an attachment.
MIT
