https://github.com/tanelso2/auto-fork-sync
Proof of Concept - Github App that automatically syncs upstream changes to forks
https://github.com/tanelso2/auto-fork-sync
fork git sync
Last synced: 4 months ago
JSON representation
Proof of Concept - Github App that automatically syncs upstream changes to forks
- Host: GitHub
- URL: https://github.com/tanelso2/auto-fork-sync
- Owner: tanelso2
- License: isc
- Created: 2018-02-01T23:01:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T13:36:14.000Z (over 7 years ago)
- Last Synced: 2025-04-03T09:22:22.671Z (8 months ago)
- Topics: fork, git, sync
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# auto-fork-sync
> a GitHub App built with [probot](https://github.com/probot/probot) that automatically syncs upstream changes to forks.
## Setup
```
# Install dependencies
npm install
# Run the bot
npm start
```