Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ibrahimgunduz34/divergedetector
- Owner: ibrahimgunduz34
- Created: 2015-11-01T22:59:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T13:46:36.000Z (about 9 years ago)
- Last Synced: 2023-03-24T03:13:31.671Z (over 1 year ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```