Files
probot.github.io/_apps/pull.md
Brandon Keepers b26831ea2e Sync data
2018-06-27 20:07:48 +00:00

1.5 KiB

title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
title description slug screenshots authors repository host stars updated installations organizations
Pull Keep your forks up-to-date. pull
https://user-images.githubusercontent.com/5880908/40864471-046ffcd2-65c2-11e8-83cb-706e24bde80d.png
https://user-images.githubusercontent.com/5880908/40864529-32647474-65c2-11e8-9cdd-d325f2d7a6e4.png
wei
wei/pull https://pull.now.sh 26 2018-06-26 17:09:59 UTC 10
wei

Keep your forks up-to-date via automatic pull requests, merges, or hard resets.

Features

  1. A pull request is created when an upstream is updated (checks periodically).
  2. Pull requests can be automatically merged or hard reset to match upstream.

Upstream must be in the same fork network

Setup

⚠️Before you start: Create a new branch if you have made changes to your fork's default (master) branch.

Basic setup (without config):

  1. Run git clone --mirror to make a backup (Recommended if you have changes).
  2. Install Pull Pull app.
  3. With zero-configuration, Pull app will automatically watch and pull in upstream's default (master) branch to yours with hard reset.

💡Do NOT touch default (master) branch in any forks. Always create new branches to work on.


For more advanced setup and customization, please visit wei/pull.