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
rm -rf .git should suffice. That will blow away all Git-related information.
rm -rf .git