Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove from staging git

git rm --cached -r

--cached tells it to remove the paths from staging and the index without
removing the files themselves and -r operates on directories recursively. 
 
PREVIOUS NEXT
Tagged: #remove #staging #git
ADD COMMENT
Topic
Name
3+9 =