wilded
6/16/2017 - 11:51 AM

Removing files on git

Removing files on git

$ git rm --cached filename.ext  //Specific File
$ git rm --cached *.ext         //Specific Files W/ext
$ git rm --cached .             //All Files