donno2048 / stretch-test

A stretch test for GitHub committing and issuing mechanism, 6k of the commits doesn't appear on my account's page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To test the committing mechanism you just need to run:

git clone --depth 1 https://github.com/donno2048/stretch-test.git
while true ; do
cd stretch-test && ./commit.sh && cd .. && rm -rf ./stretch-test && git clone --depth 1 https://github.com/donno2048/stretch-test.git ; done

To test the issuing mechanism you just need to run:

git clone --depth 1 https://github.com/donno2048/stretch-test.git
while true ; do
cd stretch-test && ./issue.sh && cd .. && rm -rf ./stretch-test && git clone --depth 1 https://github.com/donno2048/stretch-test.git ; done

About

A stretch test for GitHub committing and issuing mechanism, 6k of the commits doesn't appear on my account's page


Languages

Language:Shell 100.0%