Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git ignore cache

# Remove specific file from git cache
git rm --cached filename

# Remove all files from git cache
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
Comment

PREVIOUS NEXT
Code Example
Shell :: iis stop 
Shell :: how to install react router 
Shell :: update chrome in kali linux through terminal 
Shell :: git update remote origin 
Shell :: git update submodule 
Shell :: how to remove heroku from git 
Shell :: list drives unbuntu server 
Shell :: how can I see my gatsby version 
Shell :: remove the last commit git without losing changes 
Shell :: upgrade streamlit 
Shell :: How to check if port is in use in 
Shell :: delete git repository command line 
Shell :: add credentials to git 
Shell :: Failed to start cron.service: Unit not found. in centos7 
Shell :: ssh permissions too open 
Shell :: bash date yesterday format 
Shell :: install material-ui 
Shell :: how to run ubuntu in docker 
Shell :: run ssh-agent 
Shell :: add to docker group 
Shell :: pc specs linux command 
Shell :: pip install pandas 
Shell :: surge install 
Shell :: install discord in ubunut 
Shell :: ubuntu install opencl 
Shell :: change dns linux 
Shell :: how to reload bashrc 
Shell :: git delete merged branches 
Shell :: uninstall ionic 
Shell :: linux ip forwarding 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =