An open API service indexing awesome lists of open source software.

https://github.com/donno2048/stretch-test

A stretch test for GitHub committing and issuing mechanism, 6k of the commits doesn't appear on my account's page
https://github.com/donno2048/stretch-test

commit git github issues stretch-test

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

To test the committing mechanism you just need to run:
```bash
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:
```bash
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
```