Skip to content

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

Notifications You must be signed in to change notification settings

donno2048/stretch-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages