Same as with git add, you will need to git commit after git rm

Until you commit your changes all files will show up.

Tomas

On Wed, 2020-03-25 at 14:36 -0700, Rich Shepard wrote:
> I switched widget toolkits on a project and deleted all files for the former
> approach. But, when I run 'git status' all the deleted files are shown and
> overcome the v.t.'s scrolling range.
> 
> StackOverflow has several threads on this issue and most recommend using
> 'git add -u .' then committing the changes. I did this but the old deleted
> files still overwhelm the status report.
> 
> Other proffered solutions used 'git rm ...' but none of those worked here;
> there were command syntax errors that git didn't like.
> 
> I'm out of ideas and would like some new ones.
> 
> Rich
> _______________________________________________
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to