Hi,
In my repository I got 2 branch when using git-svn
$ git branch -a
* master
remotes/git-svn
Now I can see the diff with
$ git diff --name-status remotes/git-svn
M global/library/Exception.php
How can I revert the modification? Thanks