Skip to content

tarunbatra/git-before-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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