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

clear entrie git cache

git rm -rf --cached .
Comment

git remove cached

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

PREVIOUS NEXT
Code Example
Shell :: how to turn on hotspot on windows 10 
Shell :: error permission to .git denied to deploy key 
Shell :: wine ubuntu 
Shell :: loop bash 
Shell :: timestamp zsh terminal 
Shell :: install brain.js 
Shell :: register runner gitlab 
Shell :: colorlog python 
Shell :: docker remove all images powershell 
Shell :: check packages in macos 
Shell :: docker remove exited containers 
Shell :: open xampp in ubuntu 
Shell :: know version of centos ec2 
Shell :: where is ubuntu home directory on windows 
Shell :: Error: Command failed: adb shell am start -n 
Shell :: how to install pip flask on macos 
Shell :: how to install gnu lib tool 
Shell :: Forgot the password I entered during postgres installation 
Shell :: how to add image in readme.md 
Shell :: linux blackeye 
Shell :: linux rename multiple files 
Shell :: alternative of mobaxtrem in linux 
Shell :: how to merge remote branch 
Shell :: install wsl2 windows 10 pro 
Shell :: git stash drop 
Shell :: ingnore large files in github 
Shell :: .nvm bash 
Shell :: git abort conflict stash 
Shell :: change user linuxcommand ch 
Shell :: Deleting or removing a directory or folder 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =