2017-03-15 How to remove directory from remote and local Git Remove directory from remote repo and local123git rm -r FolderNamegit commit -m "Remove folder from repository"git push origin <your-git-branch> (typically 'master', but not always) Remove directory from remote repo but NOT local123git rm -r --cached FolderNamegit commit -m "Removed folder from repository"git push origin master < Android Support Library v4、v7、v13包的区别 【转】Android中关于Date格式化的方法总结 >