Set Global Git Ignore

[Solved] Set Global Git Ignore | Shell - Code Explorer | yomemimo.com
Question : set global git ignore

Answered by : calm-chinchilla

touch ~/.gitignore
git config --global core.excludesfile ~./gitignore

Source : | Last Update : Tue, 01 Sep 20

Answers related to set global git ignore

Code Explorer Popular Question For Shell