Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git remove cache

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

clear entrie git cache

git rm -rf --cached .
Comment

PREVIOUS NEXT
Code Example
Shell :: check if variable contains string bash 
Shell :: curl ssl verify false 
Shell :: terminal get folder size windows 
Shell :: create a virtual environment python conda 
Shell :: sync show progress 
Shell :: react-native clean and rebuild 
Shell :: github desktop for linux 
Shell :: how to install admin-lte with npm 
Shell :: store git credentials ubuntu 
Shell :: zsh: no matches found: autoprefixer@^9 
Shell :: update software in ubuntu 
Shell :: docker logs last 10 lines 
Shell :: streamlink save to file 
Shell :: npm inatall latest version ubuntu 
Shell :: kill process linux using port 
Shell :: git commit --amend choose editor 
Shell :: linux tail colorful 
Shell :: how to compare float values in shell script 
Shell :: how to check free space in linux 
Shell :: find large files in ubuntu 
Shell :: .env in gitignore 
Shell :: tmux kill session 
Shell :: cordova live reload 
Shell :: notebook upgrade with conda 
Shell :: ssh get key 
Shell :: git copy branch to another branch 
Shell :: pip install requirements.txt 
Shell :: where to find .bashrc on mac 
Shell :: get powershell version 
Shell :: classic doom for linux ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =