If you're happy with the changed files, here are a few command lines to help you mark them as such: git add path/to/file git rm path/to/file You'll notice that the add command is actually appropriate for either new files or simply modified files.
↧