mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-28 12:15:27 +08:00
56 lines
1.5 KiB
Markdown
56 lines
1.5 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: 41
|
|
updated: 2018-08-27 12:38:42 UTC
|
|
installations: 67
|
|
organizations:
|
|
- audiohacked
|
|
- buschtoens
|
|
- wei
|
|
- nmrony
|
|
- jrassa
|
|
- sethbergman
|
|
- keneanung
|
|
- stackriot
|
|
- security-geeks
|
|
- aensley
|
|
---
|
|
|
|
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).
|