In my git repository, I manually deleted the ( rm ) file by moving it to another folder. I made all the changes in my repo, but now that I am doing git status .
ronnie@ronnie:/home/github/Vimfiles/Vim$ git status .
Now, how do I make dwm.vim be deleted from the plugin folder in my remote repo. I know that I need to use git add && git commit , but I donβt have a file to commit / add because /plugin/dwm.vim already deleted.
git github
ronnie Oct 20 '12 at 11:21 2012-10-20 11:21
source share