Hello I just submitted my git assessment but received a score of 0/4. I could have sworn I followed everything correctly but obviously I’m missing something here. I’ll leave a copy of the email I got below so many someone can point out what I missed.
Hi Cody,
Unfortunately you did not receive a passing score on your latest module, Git Assessment. Your score was 0 / 4.
Remember, you’re allowed three re-take attempts between all modules. You have currently used 1 out of 4 attempts. To continue, please retake the module, Git Assessment, in the prepwork.
As a reminder, you’ve completed 1 out of 3 total modules. Once all three modules are complete, you’ll be able to join an upcoming cohort.
The questions you missed were:
’drawings’ branch
diff --git a/.gitignore b/.gitignoreindex e43b0f9..265f17f 100644--- a/.gitignore+++ b/.gitignore@@ -1 +1 @@-.DS_Store+DS_Store
’master’ branch
diff --git a/.gitignore b/.gitignoreindex e43b0f9..265f17f 100644--- a/.gitignore+++ b/.gitignore@@ -1 +1 @@-.DS_Store+DS_Storediff --git a/site.html b/site.htmlindex 22f95d5..8dccd85 100644--- a/site.html+++ b/site.html@@ -9,6 +9,7 @@ <body> <h1>Drawing and Pictures</h1> <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">
’pictures’ branch
diff --git a/.gitignore b/.gitignoreindex e43b0f9..265f17f 100644--- a/.gitignore+++ b/.gitignore@@ -1 +1 @@-.DS_Store+DS_Store
’together’ branch
diff --git a/.gitignore b/.gitignoreindex e43b0f9..265f17f 100644--- a/.gitignore+++ b/.gitignore@@ -1 +1 @@-.DS_Store+DS_Store
```</strong>
If you have any questions, please don't hesitate to contact your Admissions Specialist directly.
Sincerely,
App Academy Admissions
### Learning Challenge
### Question
### What I've tried
### Screenshots