A tool for checking changes that have not been sent in Git repos
.docs | ||
src | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
shard.lock | ||
shard.yml |
Git Ahead Check
Инструмент для людей, которые много работают
(A tool for checking changes that have not been sent in Git repos)
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
!