File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ git init | Out-Null
1010 @ { Name = " config.json" ; Content = ' { "version": "1.0", "enabled": true }' },
1111 @ { Name = " .gitignore" ; Content = ' node_modules' },
1212 @ { Name = " HOW TO.md" ; Content = ' HOW TO`n======' }
13+ @ { Name = " RELEASE NOTES.md" ; Content = ' RELEASE NOTES`n======' }
1314) | ForEach-Object {
1415 Set-Content - Path $_.Name - Value $_.Content
1516}
@@ -20,6 +21,8 @@ git commit -m "Initial commit with demo files"
2021Add-Content - Path " app.txt" - Value " `n Feature added at $ ( Get-Date ) "
2122(Get-Content " config.json" ) -replace ' "enabled": true' , ' "enabled": false' | Set-Content " config.json"
2223Add-Content - Path " HOW TO.md" - Value " `n Just do it"
24+ Add-Content - Path " RELEASE NOTES.md" - Value " `n Lots of bugfixes"
25+ Set-Content - Path " DEV SETUP.md" - Value " How to get this thing running"
2326
2427git add app.txt
2528
You can’t perform that action at this time.
0 commit comments