Horje
how to remove a directory in git Code Example
delete .git folder
rm -rf .git
remove git from folder
rm -rf .git*
git remove folder remotely
git rm -r --cached <folder>
git commit -m "Removed Folder"
git push origin master
git - Remove folder
git rm -r test_dir
Source: tecadmin.net
how to remove a directory in git
git rm -r --cached myFolder
remove directory from git
git rm -r --cached myFolder




Shell

Related
copy whole directory command line Code Example copy whole directory command line Code Example
undo unstaged changes git Code Example undo unstaged changes git Code Example
loop bash Code Example loop bash Code Example
linux remove folder and all his content Code Example linux remove folder and all his content Code Example
revert unstaged changes git Code Example revert unstaged changes git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12