Horje
git remove tracked files without deleting Code Example
git remove tracked files without deleting
git rm --cached -r mydirectory
remove folder from repo but keep locally
git rm -r --cached File-or-FolderName
git commit -m "Removed folder from repository"
git push origin master
git remove remote file keep local
# for single file
git rm --cached myfile

# for directory file
git rm --cached --r myfile
remove tracked files git
git rm --cached <file>




Shell

Related
pyserial installing Code Example pyserial installing Code Example
how to move a file in terminal Code Example how to move a file in terminal Code Example
shell write multiple lines to file Code Example shell write multiple lines to file Code Example
copy file from local to s3 bucket aws cli Code Example copy file from local to s3 bucket aws cli Code Example
how to start docker Code Example how to start docker Code Example

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