First of all, I'm new to git. I'm working on a branch (not master) and regularly merge with another branch. A few hours ago, everything was working fine, but I came across a problem.
I compared by using: git diff bc_integration origin/feature/ui in bash (WSL).
diff --git a/js/bootstrap-datepicker.js b/js/bootstrap-datepicker.js
index 41c1b42..f17de6d 100644
--- a/js/bootstrap-datepicker.js
+++ b/js/bootstrap-datepicker.js
@@ -1,1671 +1,1671 @@
-/* =========================================================
- * bootstrap-datepicker.js
- * Repo: https://github.com/eternicode/bootstrap-datepicker/
The problem is I have two identical files but "diff" marks them as different. Not sure what is happening, but it may be related to me creating a backup folder, and replace my working directory with this backup (including the .git folder).