git-origin-check

1.0.9 • Public • Published

git-origin-check

NPM

Build Status

Validates Git origin is set to the correct host. When used in combination with Husky as a pre-push hook it enables users to ensure code is not inadvertently pushed to the wrong Github instance. This will check static origin URLs as well as SSH aliases for the correct URL.

Example Usage:

1. Install Module

npm install git-origin-check
git-origin-check github.com

2. Add Husky Hook

"husky": {
  "hooks": {
    "pre-push": "git-origin-check github.com"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i git-origin-check

Weekly Downloads

1,544

Version

1.0.9

License

MIT

Unpacked Size

5.75 kB

Total Files

7

Last publish

Collaborators

  • brianantonelli
  • pofallon
  • wbarker
  • ekozlowski
  • americk0
  • goistjt
  • amagana286
  • ntangy