Answers for "git ignore updates to file"

0

git ignore updates to file

git update-index --skip-worktree path/to/file.txt
Posted by: Guest on September-25-2020
2

how to git ignore a file

git config --global core.excludesfile ~/.gitignore_global
Posted by: Guest on October-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language