UNPKG

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
# check-branches<br/> [![NPM version](https://img.shields.io/npm/v/check-branches.svg?style=flat)](https://www.npmjs.com/package/check-branches) [![NPM monthly downloads](https://img.shields.io/npm/dm/check-branches.svg?style=flat)](https://npmjs.org/package/check-branches) [![NPM total downloads](https://img.shields.io/npm/dt/check-branches.svg?style=flat)](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). ***