📅  最后修改于: 2022-03-11 14:51:16.491000             🧑  作者: Mango
# the -r option will recursively delete the folder
git rm -r folder-name
# commit changes
git commit -m "Remove duplicated directory"