I do not know to use git bash I ended up doing something and now it's been tracking all my files, what should I do to remove that entirely from my system?
The files that are being tracked:
I thought of using rm -fr .git But I am scared if it would delete files from my local system
I'm assuming everything is being push onto a Remote Repository. In that case used:
git remote remove origin