Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfland authored Nov 28, 2024
1 parent 027f023 commit ed02e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Powershell:
mkdir UnderstandingGit
cd UnderstandingGit
mkdir folder
for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }
for ($d=1; $d -le 6; $d++) { $d >> folder\file.txt }

```

Expand Down

0 comments on commit ed02e9d

Please sign in to comment.