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

PREVIOUS NEXT
Code Example
Shell :: install rest framework 
Shell :: notepad++ ubuntu 
Shell :: ubuntu settings missing 
Shell :: bash: gedit: command not found 
Shell :: stop a process running on a port ubuntu 
Shell :: sudo apt uninstall docker compose 
Shell :: Reset git local branch to remote branch 
Shell :: run disk usage analyzer as root ubuntu 20.04 
Shell :: install tkinter in ubuntu 
Shell :: serial number linux 
Shell :: undo git 
Shell :: wget adminer 
Shell :: install maven in ubuntu 
Shell :: clean manjaro 
Shell :: npm install --global yarn 
Shell :: stop tomcat from terminal mac 
Shell :: install jq on mac 
Shell :: mac error that port is already in use 
Shell :: shutdown pc in 10 minutes 
Shell :: python pip install r requirements txt 
Shell :: how to install yup 
Shell :: laravel rollback last migration 
Shell :: bash script create file if not exist 
Shell :: bat current directory 
Shell :: check logged in user git shell 
Shell :: Could not find tools.jar debian 
Shell :: ubuntu list users 
Shell :: how to brew install mongodb 
Shell :: install Hardhat locally using npm or Yarn 
Shell :: check installed packages apt-get 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =