https://github.com/gh-conf/upfork
Sync master branch for forked repository
https://github.com/gh-conf/upfork
fork gh-conf gtihub sync sync-fork upfork upstream
Last synced: 8 months ago
JSON representation
Sync master branch for forked repository
- Host: GitHub
- URL: https://github.com/gh-conf/upfork
- Owner: gh-conf
- License: mit
- Created: 2019-10-26T18:29:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T12:33:03.000Z (over 3 years ago)
- Last Synced: 2025-07-04T08:42:11.320Z (8 months ago)
- Topics: fork, gh-conf, gtihub, sync, sync-fork, upfork, upstream
- Language: JavaScript
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# upfork

[](https://github.com/gh-conf/upfork)
[](https://github.com/gh-conf/upfork/blob/master/LICENSE)
[](https://www.npmjs.com/package/upfork)
[](https://www.npmjs.com/package/upfork)
[](https://github.com/gh-conf/upfork/graphs/contributors)
[](https://github.com/gh-conf/upfork/commits/master)
CLI tool to sync master branch of forked repository with remote original repostory
## Install
```
npm install upfork -g
```
## Usage
- Run the command inside fork repo directory
```bash
$ upfork
```
- On successful sync you will see following messages on the console
```
✔ Branch synced.
Run below command to update your forked repository
/////// git push origin master ///////
```
## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/gh-conf/upfork/issues/new).
Read our contributing [guide](CONTRIBUTING.md) to get started with contributing to the codebase.
## Related
- [upstream-core](https://github.com/gh-conf/upstream-core)
- [upstreamit](https://github.com/gh-conf/upstreamit)