I wanted to know what the difference is between discarding a file and and stop tracking a file in git using source-tree. If I deleted a file in my updated code and I want that f
The one detail not covered by the first answer is that Stop Tracking does not delete the local file. It only removes it from source control.