Good Day People!,
On my repository i am using a .gitignore file but forgot to add the bin folder to the .gitignore file, before pushing to my repository.
I read here: Ignore .classpath and .project from Git
I used: git rm --cached bin, And that doesn't work. This is the error message I get: fatal: pathspec 'bin' did not match any files.
Is there another way to role back changes once they've been pushed to the repository?.
Thank you and have a good day!