質問編集履歴

2

追記2を追加

2021/07/13 09:42

投稿

tomomo
tomomo

スコア430

test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,19 @@
61
61
  上記にも記載した通り、いきなり差分が現れ、破棄しても消えない状態です。
62
62
 
63
63
  ![win](06c0273e4d1f590855d8f7cbd2c26d70.png)
64
+
65
+
66
+
67
+ 追記2)
68
+
69
+ `git diff`で確認すると以下のような内容が出ます。
70
+
71
+ ```
72
+
73
+ diff --git a/public/favicon.ico b/public/favicon.ico
74
+
75
+ index 7ecfce2..824c867 100644
76
+
77
+ Binary files a/public/favicon.ico and b/public/favicon.ico differ
78
+
79
+ ```

1

追記情報を追加

2021/07/13 09:42

投稿

tomomo
tomomo

スコア430

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,15 @@
49
49
  :
50
50
 
51
51
  ```
52
+
53
+ 追記)
54
+
55
+ MacもWindowsも`SourceTree`を使用しています。
56
+
57
+
58
+
59
+ 以下はWindwos環境側にcloneした直後の状態のスクショです。
60
+
61
+ 上記にも記載した通り、いきなり差分が現れ、破棄しても消えない状態です。
62
+
63
+ ![win](06c0273e4d1f590855d8f7cbd2c26d70.png)