So I failed my git assessment 0/4 and I honestly thought I did it all correct. I noticed a pattern of ‘no new line’ in 3/4 of the branches. Im wondering if this has something to do with the way my visual code is set up to modify when saved? Please help…
The questions you missed were:
’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
’master’ branch
--- a/site.html+++ b/site.html@@ -6,9 +7,10 @@+- <img src="images/drawings/joseph-roulin.jpg">+ <img src="images/drawings/joesph-roulin.jpg">
’pictures’ branch
--- a/site.html+++ b/site.html@@ -8,7 +8,5 @@- <img src="images/pictures/pearblossom-hwy.jpg">- <img src="images/pictures/specimens.jpg">\ No newline at end of file
’together’ branch
--- a/site.html+++ b/site.html@@ -8,10 +8,5 @@- <img src="images/drawings/joseph-roulin.jpg">- <img src="images/drawings/lands-end.jpg">- <img src="images/drawings/stag-beetle.jpg">- <img src="images/pictures/pearblossom-hwy.jpg">- <img src="images/pictures/specimens.jpg">\ No newline at end of file
```</strong>