Skip to content
Raul edited this page Feb 18, 2015 · 3 revisions

Steps

  • Fork proyect on github
  • Clone forked proyect ( git clone https://github.com/USERNAME/cloudbook.git )
  • Add remote upstream inside cloned folder ( git remote add upstream git://github.com/cloud-book/cloudbook.git)

Update from Upstream

  • git fetch upstream
  • git merge upstream/master (inside cloned folder )

Pull request

  • push github all code work.
  • go to your forked proyect and click green button next to branch combobox
  • create push request
Clone this wiki locally