git-ahead-check/README.md

767 B

Git Ahead Check

Инструмент для людей, которые много работают
(A tool for checking changes that have not been sent in Git repos)

img

Installing

Using prebuilder binary:

...

Build from source:

Download sources by Git:

git clone http://git.a2s.su/iiiypuk/git-ahead-check.git .

(Or) Download source by Zip:

wget https://git.a2s.su/iiiypuk/git-ahead-check/archive/master.zip || uznip ./master.zip

Build:

cd ./git-ahead-check/
shards build --release --progress

./bin/git-ahead-check # enjoy

Howto use

Generate configuration file:

$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check

and run git-ahead-check!