mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
56 lines
1.4 KiB
Markdown
56 lines
1.4 KiB
Markdown
---
|
|
title: Pull
|
|
description: Keep your forks up-to-date.
|
|
slug: pull
|
|
screenshots:
|
|
- 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
|
|
authors:
|
|
- wei
|
|
repository: wei/pull
|
|
host: https://pull.now.sh
|
|
stars: 58
|
|
updated: 2018-11-13 17:10:18 UTC
|
|
installations: 148
|
|
organizations:
|
|
- SimenB
|
|
- kofj
|
|
- Drakkar-Software
|
|
- wei
|
|
- jrassa
|
|
- nmrony
|
|
- webknjaz
|
|
- tiarebalbi
|
|
- Herklos-Bots
|
|
- keneanung
|
|
---
|
|
|
|
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).
|
|
1. Pull requests can be automatically merged or hard reset to match upstream.
|
|
|
|
_Upstream must be in the same fork network_
|
|
|
|
|
|
## Setup
|
|
|
|
:warning:**Before you start:** _Make a backup if you've made changes._
|
|
|
|
|
|
### Basic setup:
|
|
|
|
1. Install **[ Pull app](https://github.com/apps/pull)**.
|
|
1. **_That's it!_**
|
|
|
|
Pull app will automatically watch and pull in upstream's default (master) branch to yours with **hard reset**.
|
|
|
|
:bulb: Best Practice: _Do NOT touch default (master) branch in any forks. Always create new branches to work on._
|
|
|
|
|
|
-----
|
|
For advanced setup and customizations, please visit [wei/pull](https://github.com/wei/pull#readme).
|