/stretch-test

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

Primary LanguageShell

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