Answers for "add file to gitignore terminal"

4

add file to gitignore and remove from repo

git rm -r --cached .
Posted by: Guest on May-21-2020
0

add local gitignore file

To do
git update-index --skip-worktree FILENAME

To uodo
git update-index --no-skip-worktree FILENAME
Posted by: Guest on March-06-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language