githubteacher / githubteacher/automatic-succotash

Script to create some history

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.