A tool for checking changes that have not been sent in Git repos
Go to file
Alexander Popov 716d5634c3
set table render
2022-09-25 00:45:02 +03:00
.docs add screenshot 2022-08-13 12:41:39 +03:00
src set table render 2022-09-25 00:45:02 +03:00
.editorconfig add LICENSE 2022-08-13 16:34:25 +03:00
LICENSE add LICENSE 2022-08-13 16:34:25 +03:00
README.md fix grammar 2022-08-13 16:37:07 +03:00
shard.yml table render 2022-09-25 00:34:03 +03:00

README.md

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!