Update day35.md

This commit is contained in:
01100100 01100101 01110110 01101111 01110000 01110011 00001010 2023-01-18 14:28:11 +00:00 committed by GitHub
parent c92dea2c9c
commit 407b602090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ If we create an additional file called `samplecode.ps1`, the status would become
![](Images/Day35_Git10.png)
Add our new file using the `git add sample code.ps1` command and then we can run `git status` again and see our file is ready to be committed.
Add our new file using the `git add samplecode.ps1` command and then we can run `git status` again and see our file is ready to be committed.
![](Images/Day35_Git11.png)