Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 746 Bytes

Git before Github

'Git before Github'

This repository is a tool to practice git collaboration without using Github. Read more here.

Usage

  1. Clone this repository
  2. Add your name to the CONTRIBUTORS.txt file. and create a commit
  3. Create a patch
    git format-patch HEAD~..HEAD
  4. Add your smtp or imap details in the ~/.gitconfig
  5. Send the patch using git send-email or git imap-send or just send an email manually with the patch file as an attachment.

License

MIT