I want to remove all version tracking from a project\'s directory.
What is the correct method to do this?
Can I do a shell command such as:
r
The easiest way to solve this problem is to use a command line. Type this command
rm -R .git/
OR
rm -rf .git/