githubteacher / githubteacher/essentials-nov
Scripts
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 1
- 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.