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

https://github.com/tpltnt/upstreamsyncer

automatically sync master branches with upstream
https://github.com/tpltnt/upstreamsyncer

automation git management repository shell-script upstream

Last synced: 2 months ago
JSON representation

automatically sync master branches with upstream

Awesome Lists containing this project

README

        

# upstreamsyncer

A shell script to keep your master branches in sync with upstream.
It checks out the master branch locally, pulls upstream, and pushes
the changes retrieved to origin.

# usage

The script is run by executing `$ ./upstreamsyncer.sh`.
A path to a repository can be passed as an optional
argument: `$ ./upstreamsyncer.sh PATH_TO_REPOSITORY`.

# references
* [git](https://git-scm.com/)