* 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"; }
-
Notifications
You must be signed in to change notification settings - Fork 1
githubteacher/bug-free-doodle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This class is to learn GitHub
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published