Git 不断添加相同的变更集,如下所示:
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/hello" />
-
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical" >
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/hello" />
+
</LinearLayout>
\ No newline at end of file
该文件未在任何编辑器中打开,并且每次我通过执行 agit checkout
或使用 github 工具丢弃更改时,更改都会重新出现,而我什至没有做任何事情。提交文件没有任何改变,相同的变更集立即重新出现。
我怎样才能让它不这样做?