Is there an extension to Visual Studio 2010 / Resharper, that will cause files moved or renamed during a refactoring to be git moved
appropriately? Right now every time I move a file I have to manually git rm
/ git add
, or else if I git move
it directly I have to mess around in Visual Studio to get it to recognize the moved files.
I'm using Visual Studio 2010, Resharper 7.1.2, Git Bash (git version 1.8.1.2) and the Git Source Control Provider.
Update: I know git auto-detects moves once a files been rm'd and added. But I don't want to have to manually rm every file that's been moved, and since other tools (e.g. IntelliJ IDEA) seem to be able to do it for me, it seems reasonable that VS should be able to as well.