git-synced
v1.1.3
Published
Keep a fork up to date
Downloads
11
Maintainers
Readme
git-synced
: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
Related
- del-git-index — Safely delete index.lock of the current project
- repo-exist — Checks if GitHub repository exist
- gopn — Open GitHub repositories
- is-github-repo — Checks if string is a git repository
- git-url-prettify — Prettify git url
- git-url-uglify — Uglify git url
License
MIT © Bu Kinoshita