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
In a Windows environment you can remove Git tracking from a project's directory by simply typing the below.
rd .git /S/Q