Answers for "why is merge removing gitingore"

1

why is merge removing gitingore

git rm --cached remove_file
add file to gitignore
git add .gitignore
git commit -m "Excluding"
Posted by: Guest on September-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language