Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

reinit gitignore

# rm all files
git rm -r --cached .
# add all files as per new .gitignore
git add .
# now, commit for new .gitignore to apply
git commit -m ".gitignore is now working"
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall npm ubuntu 
Shell :: enable ufw ubuntu 
Shell :: how to convert ui to py pyqt5 
Shell :: start apache2 ubuntu 
Shell :: get ip mac terminal 
Shell :: The requested apache plugin does not appear to be installed 
Shell :: pip install flask_restful 
Shell :: install yarn on windows 
Shell :: beautifulsoup4 install 
Shell :: how to know fedora version 
Shell :: how to stop docker in ubuntu 
Shell :: restart crontab 
Shell :: apache enable mod reqrite 
Shell :: shutdown pc in 10 min run command 
Shell :: docker check linux os 
Shell :: git delete all tags local and remote 
Shell :: reset cache pods 
Shell :: git delete local branch except master 
Shell :: wifi password from command prompt 
Shell :: Error loading MySQLdb module. 
Shell :: Install Plank Dock in ubuntu 
Shell :: how to check spark version 
Shell :: install firebase angular 8 
Shell :: kill all processes by user 
Shell :: kill local host bash 
Shell :: how to free swap memory in linux 
Shell :: Advanced SystemCare 
Shell :: install datetime 
Shell :: brew install virtualbox 
Shell :: install kazam ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =