This is a nice one:
1 | git add -u
|
This only adds already commited files to a new commit. And leaves files not in the git repository alone.
This is a nice one:
1 | git add -u
|
This only adds already commited files to a new commit. And leaves files not in the git repository alone.
Comments