Learning Challenge
Git Assessment
Question
The questions you missed were:
’drawings’ branch
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
’master’ branch
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
’pictures’ branch
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
What I’ve tried
I started from scratched (Deleted previous project download and submission zip from the file system) and doubled checked each branch after each commit; making sure it followed the guidelines for the Assessment. I resubmitted the assignment and the above screenshot the revised results. I went into the “.gitignore” file and capitalized the lowercase “s” (.DS_'s’tore) so it matched the requirement. Would there be any other advice for correcting this Assessment?