Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mtojek/sync-your-fork

Sync a fork of a repository to keep it up-to-date with the upstream repository
https://github.com/mtojek/sync-your-fork

Last synced: 27 days ago
JSON representation

Sync a fork of a repository to keep it up-to-date with the upstream repository

Awesome Lists containing this project

README

        

# sync-your-fork
Sync a fork of a repository to keep it up-to-date with the upstream repository

## Instruction

```
$ set-upstream.sh https://github.com/user/repository.git
$ sync.sh
```

Steps:

1. Set remote upstream to the original repository.
2. Rebase according to the upstream master.