Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git ignore changes to file

git update-index --assume-unchanged [<file> ...]

## To undo and start tracking again (if you forgot what files were untracked):
git update-index --no-assume-unchanged [<file> ...]
Comment

git ignore updates to file

git update-index --skip-worktree path/to/file.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu install times new roman font 
Shell :: git username password config 
Shell :: git get remote branches 
Shell :: close chrome tab from command line ubuntu 
Shell :: run rust book on terminal 
Shell :: nuxt .env file not load 
Shell :: bc add 
Shell :: how to install free download manager on linux 
Shell :: docker compose install debian 
Shell :: install deb file in ubuntu 
Shell :: how to unmerge branch in git 
Shell :: grep but exclude directory 
Shell :: gitignore node_modules 
Shell :: curl get example 
Shell :: how to cd into local machine using ubuntu subsystem 
Shell :: reset bash_profile 
Shell :: Ubuntu free ports in use 
Shell :: install redis-cli on ec2 
Shell :: how to change my git default editor to vs code 
Shell :: install pgcli linux 
Shell :: find unix 
Shell :: docker compose plugin 
Shell :: httpd ssl 
Shell :: youtube-dl ubuntu 
Shell :: git reset hard for remote 
Shell :: node number id generator 
Shell :: how to install winetricks 
Shell :: change window name command prompt 
Shell :: multi line comment in bash shell 
Shell :: kubectl get namespace 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =