Merge pull request #296 from NwCoder21/patch-2

Update day35.md
This commit is contained in:
Michael Cade 2023-01-23 10:45:47 +00:00 committed by GitHub
commit 47c90c1c4f
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) ![](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) ![](Images/Day35_Git11.png)