Shell/Bash: updated gitignore not working Example
Shell/Bash Example: This is the "updated gitignore not working" Example. compiled from many sources on the internet by SimpleTutorials.org
updated gitignore not working
git rm -r --cached . git add . git commit -m "fixed untracked files"
gitignore is not working
git rm -rf --cached . git add .
* Summary: This "updated gitignore not working" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!