Git Commands : How to remove all files deleted from index

Remove all deleted files from git index

git ls-files --deleted -z | xargs -0 git rm

Comments

Popular posts from this blog

Struts 2 : Warning :No configuration found for the specified action: 'Login.action' in namespace: '/'

Upload csv file at Google Cloud Storage using java

Read Images from a xlsx file using Apache POI