Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git temporarily ignore changes to tracked file

# start ignoring changes to a file:
git update-index --assume-unchanged path/to/file

# keep tracking again:
git update-index --no-assume-unchanged path/to/file
Comment

PREVIOUS NEXT
Code Example
Shell :: Failed to restart apache2.service: Unit not found. 
Shell :: install pm2 
Shell :: centos install vim 
Shell :: git credential cache 
Shell :: how to find installed packages in ubuntu 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: install angular 9.1.7 
Shell :: install go ubuntu 
Shell :: replace filename space with underscore bash 
Shell :: install elixir ubuntu 
Shell :: awk print first column 
Shell :: NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor 
Shell :: git update remote origin 
Shell :: react native run ios on specific simulator 
Shell :: nginx E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: install ionic globally 
Shell :: linux restart command 
Shell :: conda install tensorflow windows 
Shell :: kill vlc in linux 
Shell :: mac check shell version 
Shell :: install inkscape ubuntu 20.04 
Shell :: kill process on port windows 
Shell :: bash silence output 
Shell :: check that redis is running 
Shell :: could not resolve head to a revision brew 
Shell :: conda install pyspark 
Shell :: reverse an array in bash scripting 
Shell :: how to add exclusion to windows defender command line 
Shell :: change dns linux 
Shell :: magento bin install 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =