Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remove folder from repository

# the -r option will recursively delete the folder
git rm -r folder-name
# commit changes
git commit -m "Remove duplicated directory"
Source by tecadmin.net #
 
PREVIOUS NEXT
Tagged: #git #remove #folder #repository
ADD COMMENT
Topic
Name
7+4 =