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
- Host: GitHub
- URL: https://github.com/donno2048/stretch-test
- Owner: donno2048
- Created: 2020-10-01T06:46:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T22:01:16.000Z (over 5 years ago)
- Last Synced: 2025-01-06T16:48:39.941Z (over 1 year ago)
- Topics: commit, git, github, issues, stretch-test
- Language: Shell
- Homepage:
- Size: 178 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```