Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mtojek/sync-your-fork
- Owner: mtojek
- License: apache-2.0
- Created: 2019-06-25T14:35:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T15:13:10.000Z (over 5 years ago)
- Last Synced: 2024-10-27T06:02:05.222Z (2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.