Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git clean cache

$ git rm -r --cached .
Comment

git remove cache

> git rm -r --cached . 
> git add . 
> git commit -m 'git cache cleared'
> git push
Comment

git remove cached

git rm -r --cached <name-of-dir>
Comment

git rm cached

$ git rm --cached filename
Comment

git rm --cached

git rm --cached settings.json
Comment

PREVIOUS NEXT
Code Example
Shell :: python3.8 install pip 
Shell :: ufw allow http and httpw connections 
Shell :: how to download a repository as zip 
Shell :: ubuntu install docker compose 
Shell :: yarn upgrade typescript 
Shell :: kali linux upgrade to new version 
Shell :: install docker compose 
Shell :: how to uncommit in git 
Shell :: npm install cli vue 
Shell :: set zsh as default ubuntu 
Shell :: how to start docker 
Shell :: gdate mac 
Shell :: powershell check iso sha256sum 
Shell :: how to close a port mac 
Shell :: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: device or resource busy 
Shell :: install all pack kubectl kubens kubectx 
Shell :: installing dolphin on ubuntu 
Shell :: rails rollback multiple migrations 
Shell :: linux speedtest 
Shell :: generating ssh key 
Shell :: yarn global package not found 
Shell :: install virtual environment ubuntu 
Shell :: scrcpy install 
Shell :: docker log tail 
Shell :: compress a folder linux zip 
Shell :: install node 12 linux 
Shell :: how is linux 
Shell :: how to remove git history for a file 
Shell :: auto clean ubuntu 
Shell :: adb tap screen 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =