An open API service indexing awesome lists of open source software.

https://github.com/puntorigen/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 teams of lots of people.
https://github.com/puntorigen/check-branches

branches cli conflicts-detection git

Last synced: 3 months ago
JSON representation

CLI to automatically check if your current repo branch has any conflicts with all other repo's branches. Really useful when working with teams of lots of people.

Awesome Lists containing this project

README

        

# check-branches
[![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

Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

### 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).

***