mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.5 KiB
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 |
|
|
wei/pull | https://pull.now.sh | 26 | 2018-06-26 17:09:59 UTC | 10 |
|
Keep your forks up-to-date via automatic pull requests, merges, or hard resets.
Features
- A pull request is created when an upstream is updated (checks periodically).
- 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):
- Run
git clone --mirrorto make a backup (Recommended if you have changes). - Install
Pull app.
- 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.