...
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.
...
...
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.
...