mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-31 01:45:03 +07:00
Update day35.md
This commit is contained in:
parent
c92dea2c9c
commit
407b602090
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user