WuJun2016 / version-compare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version-compare

Prerequisites

  • meld

You can install meld by macPorts or dmg file And then add the path of meld to your PATH environment variable.

export PATH=$PATH:/Applications/Meld.app/Contents/MacOS

Usage

./version-compare

It will instruct you to input what you want to compare. like this example:

➜  version-compare git:(master) ✗ ./version-compare

Please enter the harvester repo directory:
~/workspace/harvester/dashboard

Please enter the target branch:
upstream/master

Please enter the head branch:
master

Or you can also save the input to a file (/config) and use it as input.

repo_dir=~/workspace/harvester/dashboard
target=upstream/master
head=master

About

License:MIT License