I checked out the example of how to read the Git Diff and I have a loose grasp of it. However, realizing how specific things need to be, I don’t want to waste another attempt so I would like some help in deciphering my git-diff.
The questions you missed were: ‘drawings’ branch
diff --git a/.gitignore b/.gitignore
index e43b0f9…63123fb 100644
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
‘master’ branch
diff --git a/.gitignore b/.gitignore
index e43b0f9…63123fb 100644
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
diff --git a/site.html b/site.html
index 22f95d5…b029da7 100644
— a/site.html
+++ b/site.html
@@ -8,9 +8,13 @@
# Drawing and Pictures
- +<<<<<<< HEAD + + +======= +>>>>>>> pictures
‘pictures’ branch
diff --git a/.gitignore b/.gitignore
index e43b0f9…63123fb 100644
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
‘together’ branch
diff --git a/.gitignore b/.gitignore
index e43b0f9…63123fb 100644
— a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_store
diff --git a/site.html b/site.html
index 8dccd85…b029da7 100644
— a/site.html
+++ b/site.html
@@ -8,10 +8,13 @@
# Drawing and Pictures
- +<<<<<<< HEAD + +======= +>>>>>>> pictures