A tool for checking changes that have not been sent in Git repos
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alexander Popov f6ee1a16db
shard.lock
8 months ago
.docs add screenshot 10 months ago
src set table render 8 months ago
.editorconfig add LICENSE 10 months ago
.gitignore shard.lock 8 months ago
LICENSE add LICENSE 10 months ago
README.md fix grammar 10 months ago
shard.lock shard.lock 8 months ago
shard.yml table render 8 months ago

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!