Skip to content

Instantly share code, notes, and snippets.

View drwasho's full-sized avatar

Dr Washington Sanchez drwasho

View GitHub Profile
@drwasho
drwasho / git-guide.md
Created May 5, 2016 02:58
Handy Git Guide for Testing a PR

Git Guide for Testing a PR

Checkout a branch from a remote repo

  1. git remote add morebrownies https://github.com/morebrownies/OpenBazaar-Client.git
  2. git fetch morebrownies
  3. git checkout morebrownies/chat

Checkout a PR from a remote repo