Just calling git rm --cached on each of the files you want to remove from revision control should be fine. As long as your local ignore patterns ...
so you don't accidentally commit files that you really don't want in your Git repository.
[Edit] The duplicate identified contains a more robust solution ( git submodules ) to this question. This answer is valid, but after further ...
By default, tracked files are not shown at all since they are not subject to exclude rules; but see '--no-index'. OPTIONS. -q, --quiet. Don't output anything, just set exit ...
These capabilities listed above don't tell how Git actually works, however.
Why do I need it? “To version
how to get Git to track files in your repository, and how to deal with the ins and
All other files in the working directory are untracked and git is not aware of those files.
cat the file to show its contents; you may use a different editor, and don't need to cat . ... We have changed this file, but we haven't told Git we will want to save those ...
To check out the original branch and stop rebasing, run "git rebase --abort ".