Skip to content

Instantly share code, notes, and snippets.

@rapala61
Last active November 21, 2016 15:05
Show Gist options
  • Save rapala61/cd9eb853237da0f15bac5efdf09c03b9 to your computer and use it in GitHub Desktop.
Save rapala61/cd9eb853237da0f15bac5efdf09c03b9 to your computer and use it in GitHub Desktop.

Pull workflow

How to sync your development with upstream

  1. Checkout your master branch
  2. Pull from upstream into master && push from master into origin.
  3. checkout your branch
  4. Merge master into branch
  5. Push branch into origin

Finally, when you are ready to create a pull request

  1. Create pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment