Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove a folder from git tracking

git rm -r --cached path_to_your_folder/
Comment

git remove directory from tracking

Remove the folder from your local git tracking, but keep it on your disk.

git rm -r --cached path_to_your_folder/
Comment

PREVIOUS NEXT
Code Example
Shell :: brew adb install 
Shell :: unable to pub upgrade flutter tool 
Shell :: pygame not installing in ubuntu 20.04 
Shell :: count lines of code in github repo 
Shell :: could not resolve head to a revision brew 
Shell :: uninstall foxit reader 
Shell :: git name change mac 
Shell :: bash send to dev null 
Shell :: update ubuntu not working 
Shell :: debian create user 
Shell :: reverse an array in bash scripting 
Shell :: rick roll terminal command 
Shell :: how to extract tgz file in linux 
Shell :: how to install flask_sqlalchemy 
Shell :: how to install redis on manjaro 
Shell :: kubectl scale deployment 
Shell :: install prisma 
Shell :: heroku cli add remote 
Shell :: linux ram info 
Shell :: oh my zsh highlight 
Shell :: iptables list ubuntu 
Shell :: kill a process on a port ubuntu 
Shell :: conda install scipy 
Shell :: watch nvidia smi 
Shell :: install epel repo centos 7 
Shell :: pip install chromedriver 
Shell :: how to find the ~/.zshrc file 
Shell :: snap install microsoft teams 
Shell :: bash zip command not found 
Shell :: powershell unzip file 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =