10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7178cd + e663bc4 commit c7a47b0Copy full SHA for c7a47b0
README.md
@@ -14,7 +14,7 @@ Please take a moment to complete the class survey at: <https://www.surveymonkey.
14
## Scripts for Adding Files
15
16
- **Bash:** `for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done`
17
-- **PowerShell:** `for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}`
+- **PowerShell:** `for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }`
18
19
## Class Resources
20
0 commit comments