--- a/python3.py
+++ b/python3.py
That is what I got when running git diff and don't know what the meaning of ---
and +++
is.
--- a/python3.py
+++ b/python3.py
That is what I got when running git diff and don't know what the meaning of ---
and +++
is.
The full output of a git diff is explained here How to read the output from git diff?.
Kind regards, Tom