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.
|
8 months ago | |
---|---|---|
.docs | 10 months ago | |
src | 8 months ago | |
.editorconfig | 10 months ago | |
.gitignore | 8 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
shard.lock | 8 months ago | |
shard.yml | 8 months ago |
README.md
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
!