I have Initialized a git repository and have made some commit in that now for some reason I do not want to track any files in it and want to remove git from my local repo. Is th
go to the folder where you initialized git ,check on the hidden files we can see .git file deleting that file solves our problem