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 :: unix terminal search inside file 
Shell :: refusing to exec crouton from noexec mount 
Shell :: install app in kali linux 
Shell :: create user with home directory ubuntu 
Shell :: install flask dockerfile freeze 
Shell :: bash date of file 
Shell :: ash if statment 
Shell :: see output of a running processes linux 
Shell :: git aliases 
Shell :: wsl2 vs virtualbox performance 
Shell :: grep without 
Shell :: grep a port in mac 
Shell :: isntall skimage 
Shell :: html2canvas 
Shell :: how to view hidden files and folders on terminal 
Shell :: curl upload to artifactory with basic auth 
Shell :: generate ssh keys 
Shell :: install chocolatey on windows 
Shell :: boot maker for ubuntu 
Shell :: nuxt new project npm 
Shell :: powershell break loop 
Shell :: install cp in windows cmd 
Shell :: git diff two commits 
Shell :: check gcp disk space usage 
Shell :: clone with ssh gitlab fatal: Could not read from remote repository. 
Shell :: How to list manually installed packages in ubuntu 
Shell :: how to copy file in ubuntu terminal 
Shell :: tar exclude multiple directories 
Shell :: what is samba in linux 
Shell :: How do I make a Git commit in the past 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =