Horje
git remove file from cache Code Example
git ignore still tracking
git rm --cached <file>

git rm -r --cached <folder>
git ignore remove
git rm -r --cached .
git add .
git commit -m "Removing all files in .gitignore"
git remove cached
git rm -r --cached <name-of-dir>
git rm cached
$ git rm --cached filename
git remove file from cache
git rm --cached <file> 
Source: git-scm.com




Shell

Related
como instalar visual studio code en ubuntu 20.04 Code Example como instalar visual studio code en ubuntu 20.04 Code Example
bash exit code status last command Code Example bash exit code status last command Code Example
how to generate ssh key in ubuntu Code Example how to generate ssh key in ubuntu Code Example
uninstall a package command shell Code Example uninstall a package command shell Code Example
gitignore tracked files Code Example gitignore tracked files Code Example

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