Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apply gitignore to current commit

#First commit all changes
git rm -r --cached .
git add .
git commit -m ".gitignore updated"
Comment

apply gitignore after commit

git rm --cached $file
Comment

PREVIOUS NEXT
Code Example
Shell :: install from tar gz file unix 
Shell :: my apache is not running ubuntu 
Shell :: echo with color from bash 
Shell :: kali find devices on network 
Shell :: java path ubuntu 20.04 
Shell :: infinite loop bash 
Shell :: git flow init 
Shell :: openssl p12 to pem 
Shell :: how to add gif in github readme 
Shell :: laravel download 
Shell :: edit git config file 
Shell :: open jupyter notebook with anaconda in powershell 
Shell :: debian sudo without password 
Shell :: install magento 2 command line composer 
Shell :: linux make user like root 
Shell :: docker prune -a 
Shell :: cim specific file drush 
Shell :: git checkout tag 
Shell :: generate patch file git 
Shell :: install android sdk 
Shell :: imagemagick add background to transparent png 
Shell :: brew install mongodb 
Shell :: command line calculate folder size 
Shell :: install openvino ubuntu 
Shell :: cmd find file dir 
Shell :: how to install anything on kali linux 
Shell :: how to update visual studio code through ubuntu terninal 
Shell :: ubuntu persistent root loggin 
Shell :: compress folder ubutnu 
Shell :: how to download using curl 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =