To check differences I run git diff
:
(reg37) C:\Users\banikr\PycharmProjects\Registration\registration>git diff master origin/master
diff --git a/mainfile.py b/mainfile.py
index 94a5113..4b514f1 100644
--- a/mainfile.py
+++ b/mainfile.py
@@ -9,6 +9,9 @@ import matplotlib as mtl
:
What do the @@
signs mean?
Do the numbers indicate the line number of the code?