$ git ls-files --deleted -z | xargs -0 git rm
Git - Delete files from remote repository which are already deleted from your local filesystem
Go to the main project directory and execute:
$ git ls-files --deleted -z | xargs -0 git rm
0 comments:
Post a Comment