1.1.3 • Published 7 years ago

git-synced v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-synced Build Status

:wind_chime: Keep a fork up to date

Install

$ npm install -g git-synced

Usage

$ git-synced --help

  Usage:
    $ git-synced                Update fork
    $ git-synced <repo url>     Update fork with GitHub repo url
    $ git-synced <user/repo>    Update fork with GitHub repo

  Example:
    $ git-synced
    $ git-synced https://github.com/bukinoshita/git-synced
    $ git-synced bukinoshita/git-synced
    $ git-synced --branch=staging
    $ git-synced --default

  Options:
    -b BRANCH, --branch=BRANCH  Choose branch as default
    -d, --default               Use master branch as default
    -h, --help                  Show help options
    -v, --version               Show version

Demo

npm.io

Related

License

MIT © Bu Kinoshita