Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ git add file1.py file2.py.c

Unlike Subversion, if you modify a file you (generally) need to git add that file in order to make the changes part of the next commit.

...