githubteacher / githubteacher/automatic-succotash
Script to create some history
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Bash:
```
for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done
```
PowerShell
```
for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.