I recieved a git diffemail taht shows some differences between my code and whats expected in the assessment.
I can fairly easily add these three lines of code and maybe a new line (??) to my code but to do so I will need to commit the file again correct? what if I have too many commits am I punished for that?
I still cant comprehend where these lines of code disappeared to in my branch?
So, the question is- can I have too many Commits, will I be punished for adding the code then adding another commit so that it lines up with whats expected or do i have to figure out how to override a commit.
I have to do it right I can only submit this project so many times
’drawings’ branch
--- a/site.html
+++ b/site.html
@@ -8,8 +8,5 @@
- <img src="images/drawings/lands-end.jpg">
- <img src="images/drawings/stag-beetle.jpg">
- <img src="images/drawings/joseph-roulin.jpg">
\ No newline at end of file
```</strong>