check-branches
Version:
CLI to automatically check if your current repo branch has any conflicts with all other repo's branches. Really useful when working with big teams.
44 lines (28 loc) • 1.45 kB
Markdown
# check-branches<br/> [](https://www.npmjs.com/package/check-branches) [](https://npmjs.org/package/check-branches) [](https://npmjs.org/package/check-branches)
> CLI to automatically check if your current repo branch has any conflicts with all other repo's branches. Really useful when working with big teams.
Please consider following this project's author, [Pablo Schaffner](https://github.com/puntorigen), and consider starring the project to show your :heart: and support.
## Install
Install with [npm](https://www.npmjs.com/):
```sh
$ npm install -g check-branches
```
## Usage
```sh
$ cd yourrepo
$ check-branches
```
Optionally pass a branchname as the first argument.
## About
<details>
<summary><strong>Contributing</strong></summary>
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
</details>
### Author
**Pablo Schaffner**
* [LinkedIn Profile](https://linkedin.com/in/pschaffner)
* [GitHub Profile](https://github.com/puntorigen)
* [Twitter Profile](https://twitter.com/punt0rigen)
### License
Copyright © 2021, [Pablo Schaffner](https://github.com/puntorigen).
Released under the [MIT License](LICENSE).
***