Hi Could anyone help on creating a file with only the changed content(lines) and not any other extra metadata like +'s,-'s or filenames from last two git commits locally
git diff 091sd752e7 28cdfbad3
diff --git a/README.md b/README.md
index 86c6331..73a7c15 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,2 @@
-# agent-conf-data
\ No newline at end of file
+# agent-conf-data
+check
so now I want get a file named X.diff with only the changes like
$ cat X.diff
agent-conf-data
check