Merge pull request #245 from devarsh10/patch-6

This commit is contained in:
Michael Cade 2022-11-19 15:33:00 +00:00 committed by GitHub
commit 5bfdea5a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ There will be a time when you have maybe used `git add .` but there are files yo
![](Images/Day39_Git19.png)
We can also do the same to modified files such as main.js and unstage the commit, see above we have a greem M for modified and then below we are unstaging those changes.
We can also do the same to modified files such as main.js and unstage the commit, see above we have a green M for modified and then below we are unstaging those changes.
![](Images/Day39_Git20.png)