P protekconsultin New member Jul 16, 2015 5 0 0 www.pro-tekconsulting.com Oct 2, 2015 #1 How do I remove multiple files from a GIT repo that have already been deleted from disk?
threehundred New member Aug 22, 2006 469 9 0 Oct 3, 2015 #2 Code: git rm filetoremove.txt git commit -m "remove filetoremove.txt"