Skip to content

Git and Github Workflow

deepadhurka edited this page Dec 12, 2014 · 22 revisions

If you are new to Git, please use [Pro Git] (http://git-scm.com/doc) documentation for the basics.

If you are new to Github, follow instructions on setting up ssh keys and study the bootcamp before starting on this project.

Concepts you need to be especially familiar with:

  1. Clone
  2. Fork
  3. Pull Request
  4. Merge of Pull Request
  5. Rebase
  6. Upstream, Master, Origin
  7. Commit
  8. Push and Pull

|< < Prev Page|Next Page >>| |---------------------------|-------------------------------:|

Clone this wiki locally