Answers for "gitignore ignore specific line changes"

6

ignore line format in git

git config --global core.autocrlf true
Posted by: Guest on October-08-2020
-1

gitignore a specific file

$ echo debug.log >> .gitignore $ git rm --cached debug.log rm 'debug.log' $ git commit -m "Start ignoring debug.log"
Posted by: Guest on January-13-2021

Code answers related to "gitignore ignore specific line changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language