Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montogeek/github-repo-sync
Sync fork repositories easily
https://github.com/montogeek/github-repo-sync
Last synced: 10 days ago
JSON representation
Sync fork repositories easily
- Host: GitHub
- URL: https://github.com/montogeek/github-repo-sync
- Owner: montogeek
- License: mit
- Created: 2015-04-11T18:11:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T04:52:46.000Z (over 9 years ago)
- Last Synced: 2024-05-01T22:04:09.494Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 161 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Fork Repository Sync
## Why?
Currently Github does not have a simple, straightforward way to automatically sync a fork with the original repo.
## Dependencies
Python
## Use
Execute
```bash
curl -sL bit.ly/repo-sync | bash
```or
```bash
bash <(curl -sL bit.ly/repo-sync)
```
on your terminal in your fork repo directory.Now you can push your changes.
**Note**: Only works if the Git `origin` URL is SSH (`[email protected]/owner/repo.git`). The name of the original repo will be called `upstream`.
## License
This source code is under [MIT license](https://github.com/imjustd/flexbox-playground/blob/master/LICENSE).