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
- Host: GitHub
- URL: https://github.com/tpltnt/upstreamsyncer
- Owner: tpltnt
- License: unlicense
- Created: 2018-04-16T18:44:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T19:26:20.000Z (about 7 years ago)
- Last Synced: 2025-01-23T00:29:42.841Z (4 months ago)
- Topics: automation, git, management, repository, shell-script, upstream
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)