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.
- Host: GitHub
- URL: https://github.com/puntorigen/check-branches
- Owner: puntorigen
- License: mit
- Created: 2021-12-22T01:40:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T20:08:37.000Z (over 3 years ago)
- Last Synced: 2025-03-10T23:54:37.987Z (3 months ago)
- Topics: branches, cli, conflicts-detection, git
- Language: JavaScript
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
Awesome Lists containing this project
README
# check-branches
[](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
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).***