From 407b60209071ab91d1e20b7a1491dc8802bbcc56 Mon Sep 17 00:00:00 2001 From: 01100100 01100101 01110110 01101111 01110000 01110011 00001010 <107522496+NwCoder21@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:28:11 +0000 Subject: [PATCH] Update day35.md --- 2022/Days/day35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/Days/day35.md b/2022/Days/day35.md index f93141f..9b3e6c3 100644 --- a/2022/Days/day35.md +++ b/2022/Days/day35.md @@ -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)