Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).