1.4.7 • Published 6 years ago

conflict-detector v1.4.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Git Conflict Detector

A postcommit hook to warn you about merge conflicts introduced with other branches of the repo.

Installation

npm i conflict-detector husky --save-dev

Add a line in your package.json:

  "scripts": {
    ...
    "postcommit": "conflict-detector",
    ...
  },

Known issues with the script

If you realize a partial commit, the script will use the stash, therefore add an item on top of it.

Features needed

Create a config file containing branches to protect instead of running on all of the branches.

1.4.7

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.3.2

6 years ago

1.2.2

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago