Git learning challenge
So I just submitted my third attempt at the git challenge and I frankly have no idea where I went wrong and cannot figure out what the diff is trying to tell me. I was super confident going in but now I’m very much thinking I’m missing some key piece in this that I just am not getting
This is the diff I received, and based on what it says my code has the correct number of lines, but the joseph-roulin.jpg file is wrong, but nothing in the instructions say to do anything with it but move it accordingly, and i double checked myself in the file directory before submitting
The questions you missed were:
’master’ branch
--- a/site.html+++ b/site.html@@ -8,8 +8,8 @@- <img src="images/drawings/joseph-roulin.jpg">+ <img src="images/drawings/joseph-roulin.jpg">
’together’ branch
--- a/site.html+++ b/site.html@@ -8,9 +8,9 @@- <img src="images/drawings/joseph-roulin.jpg">+ <img src="images/drawings/joseph-roulin.jpg">
```</strong>