Answers for "git config gitignore"

9

git update gitignore

git rm -r --cached .
git add .
git commit -m "update gitignore"
Posted by: Guest on December-13-2020
1

git global gitignore

touch ~/.gitignore
git config --global core.excludesfile ~/.gitignore
Posted by: Guest on May-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language