Ignore Line Format In Git

[Solved] Ignore Line Format In Git | Shell - Code Explorer | yomemimo.com
Question : ignore line format in git

Answered by : newl

git config --global core.autocrlf true

Source : | Last Update : Thu, 15 Oct 20

Question : ignore file git

Answered by : abdulrahmani-shemahonge

$ echo debug.log >> .gitignore
$ git rm --cached debug.log
rm 'debug.log'
$ git commit -m "Start ignoring debug.log"

Source : | Last Update : Mon, 04 Jul 22

Answers related to ignore line format in git

Code Explorer Popular Question For Shell