Answers for "how to add .gitignore file after commit"

1

apply gitignore after commit

git rm --cached $file
Posted by: Guest on July-30-2020
0

how to add filer to git ignore

go to the gitignore file, add the name of the file to ignore
Posted by: Guest on February-09-2021

Code answers related to "how to add .gitignore file after commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language