diff --git a/src/ViewModels/Conflict.cs b/src/ViewModels/Conflict.cs
index 153a8d4f..03c09e8a 100644
--- a/src/ViewModels/Conflict.cs
+++ b/src/ViewModels/Conflict.cs
@@ -49,6 +49,11 @@
Theirs = merge.Source;
Mine = repo.CurrentBranch;
}
+ else
+ {
+ Theirs = "Stash or Patch";
+ Mine = repo.CurrentBranch;
+ }
}
public void UseTheirs()
diff --git a/src/Views/WorkingCopy.axaml b/src/Views/WorkingCopy.axaml
index e5728df2..926bce6e 100644
--- a/src/Views/WorkingCopy.axaml
+++ b/src/Views/WorkingCopy.axaml
@@ -239,6 +239,13 @@
+
+
+
+
+
+
+