Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibrahimgunduz34/divergedetector

Check your GIT repository for diverged branches.
https://github.com/ibrahimgunduz34/divergedetector

Last synced: about 1 month ago
JSON representation

Check your GIT repository for diverged branches.

Awesome Lists containing this project

README

        

# Diverge Detector

Diverge detector, detects diverged branches in the specified repository and throws an error for branches which is problem.

# Installation

```shell
$ cd ~/;git clone [email protected]:ibrahimgunduz34/divergedetector.git; sudo ln -s ~/divergedetector/divergedetector /usr/local/bin/.
```

# Usage
* Enter your git repository
* run the follwing command:
```shell
divergedetector origin
```